#A642D0

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

Shades of Dark Orchid #A642D0

Tints of Dark Orchid #A642D0

Color information

#A642D0 (or 0xA642D0) is unknown color: approx Dark Orchid. HEX triplet: A6, 42 and D0. RGB value is (166,66,208). Sum of RGB (Red+Green+Blue) = 166+66+208=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #A642D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642D0 is #59BD2F. Grayscale: #6F6F6F. Windows color (decimal): -5881136 or 13648550. OLE color: 13648550.

HSL color Cylindrical-coordinate representation of color #A642D0: hue angle of 282.25º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A642D0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16666208-
CMYK0.200.6800.18
HSL282.25º60.17%53.73%-
HSV(B)282.25º68.27%81.57%-
XYZ29.0616.5661.34-
YUV112.09182.13166.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 208 (81.64% from 255) = 47.27%
R=37.73%
G=15%
B=47.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166662080.200.6800.18282.2560.1753.73
HexA642D0144401211a3c36
Octal246102320241040224327466
Binary10100110100001011010000101001000100010010100011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642D0; }

 p { color: rgb(166,66,208); }

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

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

 a { background-color: rgb(166,66,208); }

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

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

 span { border-color: rgb(166,66,208); }

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