Shades of Dark Orchid #A019AC
Tints of Dark Orchid #A019AC
RGB
CMYK
RGB Variations
Color information
#A019AC (or 0xA019AC) is known color: Dark Orchid. HEX triplet: A0, 19 and AC. RGB value is (160,25,172). Sum of RGB (Red+Green+Blue) = 160+25+172=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #A019AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019AC is #5FE653. Grayscale: #515151. Windows color (decimal): -6284884 or 11278752. OLE color: 11278752.
HSL color Cylindrical-coordinate representation of color #A019AC: hue angle of 295.1º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A019AC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 25 | 172 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.33 |
| HSL | 295.1º | 0.75% | 0.39% | - |
| HSV(B) | 295.1º | 0.85% | 0.67% | - |
| XYZ | 22.29 | 11.15 | 40.01 | - |
| YUV | 82.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 172 | 0.07 | 0.85 | 0 | 0.33 | 295.1 | 0.75 | 0.39 |
| Hex | A0 | 19 | AC | 7 | 55 | 0 | 21 | 127 | 4B | 27 |
| Octal | 240 | 31 | 254 | 7 | 125 | 0 | 41 | 447 | 113 | 47 |
| Binary | 10100000 | 11001 | 10101100 | 111 | 1010101 | 0 | 100001 | 100100111 | 1001011 | 100111 |
Color Harmonies of #A019AC
Complementary color
Monochromatic Colors of #A019AC
Black with #A019AC
Text Example
Text Example
White with #A019AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019AC; }
p { color: rgb(160,25,172); }
H1.HeaderClassName
{
color: #A019AC;
}
.AnyTagClassName
{
color: #A019AC;
}
</style>
background-color css
<style>
a { background-color: #A019AC; }
a { background-color: rgb(160,25,172); }
div.DivClassName
{
background-color: #A019AC;
}
.BgClassName
{
background-color: #A019AC;
}
</style>
border-color css
<style>
span { border-color: #A019AC; }
span { border-color: rgb(160,25,172); }
td.TdClassName
{
border-color: #A019AC;
}
.TagClassName
{
border-color: #A019AC;
}
</style>