Shades of Dark Orchid #A62AAA
Tints of Dark Orchid #A62AAA
RGB
CMYK
RGB Variations
Color information
#A62AAA (or 0xA62AAA) is known color: Dark Orchid. HEX triplet: A6, 2A and AA. RGB value is (166,42,170). Sum of RGB (Red+Green+Blue) = 166+42+170=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A62AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AAA is #59D555. Grayscale: #5D5D5D. Windows color (decimal): -5887318 or 11152038. OLE color: 11152038.
HSL color Cylindrical-coordinate representation of color #A62AAA: hue angle of 298.12º degrees, saturation: 0.6, 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 #A62AAA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 42 | 170 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.33 |
| HSL | 298.13º | 0.6% | 0.42% | - |
| HSV(B) | 298.13º | 0.75% | 0.67% | - |
| XYZ | 23.81 | 12.67 | 39.22 | - |
| YUV | 93.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 170 | 0.02 | 0.75 | 0 | 0.33 | 298.13 | 0.6 | 0.42 |
| Hex | A6 | 2A | AA | 2 | 4B | 0 | 21 | 12A | 3C | 2A |
| Octal | 246 | 52 | 252 | 2 | 113 | 0 | 41 | 452 | 74 | 52 |
| Binary | 10100110 | 101010 | 10101010 | 10 | 1001011 | 0 | 100001 | 100101010 | 111100 | 101010 |
Color Harmonies of #A62AAA
Complementary color
Monochromatic Colors of #A62AAA
Black with #A62AAA
Text Example
Text Example
White with #A62AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62AAA; }
p { color: rgb(166,42,170); }
H1.HeaderClassName
{
color: #A62AAA;
}
.AnyTagClassName
{
color: #A62AAA;
}
</style>
background-color css
<style>
a { background-color: #A62AAA; }
a { background-color: rgb(166,42,170); }
div.DivClassName
{
background-color: #A62AAA;
}
.BgClassName
{
background-color: #A62AAA;
}
</style>
border-color css
<style>
span { border-color: #A62AAA; }
span { border-color: rgb(166,42,170); }
td.TdClassName
{
border-color: #A62AAA;
}
.TagClassName
{
border-color: #A62AAA;
}
</style>