Shades of Dark Orchid #A62CA9
Tints of Dark Orchid #A62CA9
RGB
CMYK
RGB Variations
Color information
#A62CA9 (or 0xA62CA9) is known color: Dark Orchid. HEX triplet: A6, 2C and A9. RGB value is (166,44,169). Sum of RGB (Red+Green+Blue) = 166+44+169=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #A62CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA9 is #59D356. Grayscale: #5E5E5E. Windows color (decimal): -5886807 or 11087014. OLE color: 11087014.
HSL color Cylindrical-coordinate representation of color #A62CA9: hue angle of 298.56º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62CA9 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 44 | 169 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.34 |
| HSL | 298.56º | 0.59% | 0.42% | - |
| HSV(B) | 298.56º | 0.74% | 0.66% | - |
| XYZ | 23.79 | 12.77 | 38.75 | - |
| YUV | 94.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 169 | 0.02 | 0.74 | 0 | 0.34 | 298.56 | 0.59 | 0.42 |
| Hex | A6 | 2C | A9 | 2 | 4A | 0 | 22 | 12B | 3B | 2A |
| Octal | 246 | 54 | 251 | 2 | 112 | 0 | 42 | 453 | 73 | 52 |
| Binary | 10100110 | 101100 | 10101001 | 10 | 1001010 | 0 | 100010 | 100101011 | 111011 | 101010 |
Color Harmonies of #A62CA9
Complementary color
Monochromatic Colors of #A62CA9
Black with #A62CA9
Text Example
Text Example
White with #A62CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CA9; }
p { color: rgb(166,44,169); }
H1.HeaderClassName
{
color: #A62CA9;
}
.AnyTagClassName
{
color: #A62CA9;
}
</style>
background-color css
<style>
a { background-color: #A62CA9; }
a { background-color: rgb(166,44,169); }
div.DivClassName
{
background-color: #A62CA9;
}
.BgClassName
{
background-color: #A62CA9;
}
</style>
border-color css
<style>
span { border-color: #A62CA9; }
span { border-color: rgb(166,44,169); }
td.TdClassName
{
border-color: #A62CA9;
}
.TagClassName
{
border-color: #A62CA9;
}
</style>