Shades of Dark Orchid #A62AAC
Tints of Dark Orchid #A62AAC
RGB
CMYK
RGB Variations
Color information
#A62AAC (or 0xA62AAC) is known color: Dark Orchid. HEX triplet: A6, 2A and AC. RGB value is (166,42,172). Sum of RGB (Red+Green+Blue) = 166+42+172=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A62AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AAC is #59D553. Grayscale: #5D5D5D. Windows color (decimal): -5887316 or 11283110. OLE color: 11283110.
HSL color Cylindrical-coordinate representation of color #A62AAC: hue angle of 297.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62AAC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 42 | 172 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.33 |
| HSL | 297.23º | 0.61% | 0.42% | - |
| HSV(B) | 297.23º | 0.76% | 0.67% | - |
| XYZ | 24 | 12.74 | 40.22 | - |
| YUV | 93.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 172 | 0.03 | 0.76 | 0 | 0.33 | 297.23 | 0.61 | 0.42 |
| Hex | A6 | 2A | AC | 3 | 4C | 0 | 21 | 129 | 3D | 2A |
| Octal | 246 | 52 | 254 | 3 | 114 | 0 | 41 | 451 | 75 | 52 |
| Binary | 10100110 | 101010 | 10101100 | 11 | 1001100 | 0 | 100001 | 100101001 | 111101 | 101010 |
Color Harmonies of #A62AAC
Complementary color
Monochromatic Colors of #A62AAC
Black with #A62AAC
Text Example
Text Example
White with #A62AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62AAC; }
p { color: rgb(166,42,172); }
H1.HeaderClassName
{
color: #A62AAC;
}
.AnyTagClassName
{
color: #A62AAC;
}
</style>
background-color css
<style>
a { background-color: #A62AAC; }
a { background-color: rgb(166,42,172); }
div.DivClassName
{
background-color: #A62AAC;
}
.BgClassName
{
background-color: #A62AAC;
}
</style>
border-color css
<style>
span { border-color: #A62AAC; }
span { border-color: rgb(166,42,172); }
td.TdClassName
{
border-color: #A62AAC;
}
.TagClassName
{
border-color: #A62AAC;
}
</style>