Shades of Dark Orchid #A619AF
Tints of Dark Orchid #A619AF
RGB
CMYK
RGB Variations
Color information
#A619AF (or 0xA619AF) is known color: Dark Orchid. HEX triplet: A6, 19 and AF. RGB value is (166,25,175). Sum of RGB (Red+Green+Blue) = 166+25+175=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #A619AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A619AF is #59E650. Grayscale: #535353. Windows color (decimal): -5891665 or 11475366. OLE color: 11475366.
HSL color Cylindrical-coordinate representation of color #A619AF: hue angle of 296.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A619AF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 25 | 175 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.31 |
| HSL | 296.4º | 0.75% | 0.39% | - |
| HSV(B) | 296.4º | 0.86% | 0.69% | - |
| XYZ | 23.81 | 11.9 | 41.6 | - |
| YUV | 84.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 175 | 0.05 | 0.86 | 0 | 0.31 | 296.4 | 0.75 | 0.39 |
| Hex | A6 | 19 | AF | 5 | 56 | 0 | 1F | 128 | 4B | 27 |
| Octal | 246 | 31 | 257 | 5 | 126 | 0 | 37 | 450 | 113 | 47 |
| Binary | 10100110 | 11001 | 10101111 | 101 | 1010110 | 0 | 11111 | 100101000 | 1001011 | 100111 |
Color Harmonies of #A619AF
Complementary color
Monochromatic Colors of #A619AF
Black with #A619AF
Text Example
Text Example
White with #A619AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619AF; }
p { color: rgb(166,25,175); }
H1.HeaderClassName
{
color: #A619AF;
}
.AnyTagClassName
{
color: #A619AF;
}
</style>
background-color css
<style>
a { background-color: #A619AF; }
a { background-color: rgb(166,25,175); }
div.DivClassName
{
background-color: #A619AF;
}
.BgClassName
{
background-color: #A619AF;
}
</style>
border-color css
<style>
span { border-color: #A619AF; }
span { border-color: rgb(166,25,175); }
td.TdClassName
{
border-color: #A619AF;
}
.TagClassName
{
border-color: #A619AF;
}
</style>