#A62DD6

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

Shades of Dark Orchid #A62DD6

Tints of Dark Orchid #A62DD6

Color information

#A62DD6 (or 0xA62DD6) is unknown color: approx Dark Orchid. HEX triplet: A6, 2D and D6. RGB value is (166,45,214). Sum of RGB (Red+Green+Blue) = 166+45+214=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #A62DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DD6 is #59D229. Grayscale: #636363. Windows color (decimal): -5886506 or 14036390. OLE color: 14036390.

HSL color Cylindrical-coordinate representation of color #A62DD6: hue angle of 282.96º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62DD6 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16645214-
CMYK0.220.7900.16
HSL282.96º67.33%50.78%-
HSV(B)282.96º78.97%83.92%-
XYZ28.814.8464.96-
YUV100.44192.09174.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 45 (17.97% from 255) = 10.59%
BLUE value IS 214 (83.98% from 255) = 50.35%
R=39.06%
G=10.59%
B=50.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166452140.220.7900.16282.9667.3350.78
HexA62DD6164F01011b4333
Octal246553262611702043310363
Binary10100110101101110101101011010011110100001000110111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62DD6; }

 p { color: rgb(166,45,214); }

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

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

 a { background-color: rgb(166,45,214); }

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

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

 span { border-color: rgb(166,45,214); }

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