Shades of Dark Orchid #A62CAF
Tints of Dark Orchid #A62CAF
RGB
CMYK
RGB Variations
Color information
#A62CAF (or 0xA62CAF) is known color: Dark Orchid. HEX triplet: A6, 2C and AF. RGB value is (166,44,175). Sum of RGB (Red+Green+Blue) = 166+44+175=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #A62CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CAF is #59D350. Grayscale: #5F5F5F. Windows color (decimal): -5886801 or 11480230. OLE color: 11480230.
HSL color Cylindrical-coordinate representation of color #A62CAF: hue angle of 295.88º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62CAF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 44 | 175 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.31 |
| HSL | 295.88º | 0.6% | 0.43% | - |
| HSV(B) | 295.88º | 0.75% | 0.69% | - |
| XYZ | 24.36 | 13 | 41.78 | - |
| YUV | 95.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 175 | 0.05 | 0.75 | 0 | 0.31 | 295.88 | 0.6 | 0.43 |
| Hex | A6 | 2C | AF | 5 | 4B | 0 | 1F | 128 | 3C | 2B |
| Octal | 246 | 54 | 257 | 5 | 113 | 0 | 37 | 450 | 74 | 53 |
| Binary | 10100110 | 101100 | 10101111 | 101 | 1001011 | 0 | 11111 | 100101000 | 111100 | 101011 |
Color Harmonies of #A62CAF
Complementary color
Monochromatic Colors of #A62CAF
Black with #A62CAF
Text Example
Text Example
White with #A62CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CAF; }
p { color: rgb(166,44,175); }
H1.HeaderClassName
{
color: #A62CAF;
}
.AnyTagClassName
{
color: #A62CAF;
}
</style>
background-color css
<style>
a { background-color: #A62CAF; }
a { background-color: rgb(166,44,175); }
div.DivClassName
{
background-color: #A62CAF;
}
.BgClassName
{
background-color: #A62CAF;
}
</style>
border-color css
<style>
span { border-color: #A62CAF; }
span { border-color: rgb(166,44,175); }
td.TdClassName
{
border-color: #A62CAF;
}
.TagClassName
{
border-color: #A62CAF;
}
</style>