#A833CF

Color #A833CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A833CF

Tints of Dark Orchid #A833CF

Color information

#A833CF (or 0xA833CF) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and CF. RGB value is (168,51,207). Sum of RGB (Red+Green+Blue) = 168+51+207=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A833CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CF is #57CC30. Grayscale: #676767. Windows color (decimal): -5753905 or 13579176. OLE color: 13579176.

HSL color Cylindrical-coordinate representation of color #A833CF: hue angle of 285º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A833CF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16851207-
CMYK0.190.7500.19
HSL285º61.9%50.59%-
HSV(B)285º75.36%81.18%-
XYZ28.5915.260.46-
YUV103.77186.26173.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 51 (20.31% from 255) = 11.97%
BLUE value IS 207 (81.25% from 255) = 48.59%
R=39.44%
G=11.97%
B=48.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168512070.190.7500.1928561.950.59
HexA833CF134B01311d3e33
Octal25063317231130234357663
Binary1010100011001111001111100111001011010011100011101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833CF; }

 p { color: rgb(168,51,207); }

 H1.HeaderClassName
 {
   color: #A833CF;
 }
 .AnyTagClassName
 {
   color: #A833CF;
 }
</style>
background-color css

<style>
 a { background-color: #A833CF; }

 a { background-color: rgb(168,51,207); }

 div.DivClassName
 {
   background-color: #A833CF;
 }
 .BgClassName
 {
   background-color: #A833CF;
 }
</style>
border-color css

<style>
 span { border-color: #A833CF; }

 span { border-color: rgb(168,51,207); }

 td.TdClassName
 {
   border-color: #A833CF;
 }
 .TagClassName
 {
   border-color: #A833CF;
 }
</style>