Shades of Dark Orchid #A616AF
Tints of Dark Orchid #A616AF
RGB
CMYK
RGB Variations
Color information
#A616AF (or 0xA616AF) is known color: Dark Orchid. HEX triplet: A6, 16 and AF. RGB value is (166,22,175). Sum of RGB (Red+Green+Blue) = 166+22+175=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A616AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A616AF is #59E950. Grayscale: #525252. Windows color (decimal): -5892433 or 11474598. OLE color: 11474598.
HSL color Cylindrical-coordinate representation of color #A616AF: hue angle of 296.47º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A616AF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 22 | 175 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.31 |
| HSL | 296.47º | 0.78% | 0.39% | - |
| HSV(B) | 296.47º | 0.87% | 0.69% | - |
| XYZ | 23.75 | 11.78 | 41.58 | - |
| YUV | 82.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 175 | 0.05 | 0.87 | 0 | 0.31 | 296.47 | 0.78 | 0.39 |
| Hex | A6 | 16 | AF | 5 | 57 | 0 | 1F | 128 | 4E | 27 |
| Octal | 246 | 26 | 257 | 5 | 127 | 0 | 37 | 450 | 116 | 47 |
| Binary | 10100110 | 10110 | 10101111 | 101 | 1010111 | 0 | 11111 | 100101000 | 1001110 | 100111 |
Color Harmonies of #A616AF
Complementary color
Monochromatic Colors of #A616AF
Black with #A616AF
Text Example
Text Example
White with #A616AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616AF; }
p { color: rgb(166,22,175); }
H1.HeaderClassName
{
color: #A616AF;
}
.AnyTagClassName
{
color: #A616AF;
}
</style>
background-color css
<style>
a { background-color: #A616AF; }
a { background-color: rgb(166,22,175); }
div.DivClassName
{
background-color: #A616AF;
}
.BgClassName
{
background-color: #A616AF;
}
</style>
border-color css
<style>
span { border-color: #A616AF; }
span { border-color: rgb(166,22,175); }
td.TdClassName
{
border-color: #A616AF;
}
.TagClassName
{
border-color: #A616AF;
}
</style>