#A62BB9

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

Shades of Dark Orchid #A62BB9

Tints of Dark Orchid #A62BB9

Color information

#A62BB9 (or 0xA62BB9) is unknown color: approx Dark Orchid. HEX triplet: A6, 2B and B9. RGB value is (166,43,185). Sum of RGB (Red+Green+Blue) = 166+43+185=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #A62BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BB9 is #59D446. Grayscale: #5F5F5F. Windows color (decimal): -5887047 or 12135334. OLE color: 12135334.

HSL color Cylindrical-coordinate representation of color #A62BB9: hue angle of 291.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62BB9 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16643185-
CMYK0.100.7700.27
HSL291.97º62.28%44.71%-
HSV(B)291.97º76.76%72.55%-
XYZ25.3513.3447.14-
YUV95.96178.25177.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 43 (17.19% from 255) = 10.91%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=42.13%
G=10.91%
B=46.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166431850.100.7700.27291.9762.2844.71
HexA62BB9A4D01B1243e2d
Octal24653271121150334447655
Binary101001101010111011100110101001101011011100100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62BB9; }

 p { color: rgb(166,43,185); }

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

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

 a { background-color: rgb(166,43,185); }

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

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

 span { border-color: rgb(166,43,185); }

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