#A62AAB

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

Shades of Dark Orchid #A62AAB

Tints of Dark Orchid #A62AAB

Color information

#A62AAB (or 0xA62AAB) is unknown color: approx Dark Orchid. HEX triplet: A6, 2A and AB. RGB value is (166,42,171). Sum of RGB (Red+Green+Blue) = 166+42+171=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #A62AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AAB is #59D554. Grayscale: #5D5D5D. Windows color (decimal): -5887317 or 11217574. OLE color: 11217574.

HSL color Cylindrical-coordinate representation of color #A62AAB: hue angle of 297.67º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62AAB is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16642171-
CMYK0.030.7500.33
HSL297.67º60.56%41.76%-
HSV(B)297.67º75.44%67.06%-
XYZ23.912.739.72-
YUV93.78171.58179.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=43.80%
G=11.08%
B=45.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166421710.030.7500.33297.6760.5641.76
HexA62AAB34B02112a3d2a
Octal2465225331130414527552
Binary10100110101010101010111110010110100001100101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62AAB; }

 p { color: rgb(166,42,171); }

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

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

 a { background-color: rgb(166,42,171); }

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

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

 span { border-color: rgb(166,42,171); }

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