Shades of Dark Orchid #AA19AC
Tints of Dark Orchid #AA19AC
RGB
CMYK
RGB Variations
Color information
#AA19AC (or 0xAA19AC) is known color: Dark Orchid. HEX triplet: AA, 19 and AC. RGB value is (170,25,172). Sum of RGB (Red+Green+Blue) = 170+25+172=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19AC is #55E653. Grayscale: #545454. Windows color (decimal): -5629524 or 11278762. OLE color: 11278762.
HSL color Cylindrical-coordinate representation of color #AA19AC: hue angle of 299.18º 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 #AA19AC is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 172 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.33 |
| HSL | 299.18º | 0.75% | 0.39% | - |
| HSV(B) | 299.18º | 0.85% | 0.67% | - |
| XYZ | 24.37 | 12.22 | 40.1 | - |
| YUV | 85.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 172 | 0.01 | 0.85 | 0 | 0.33 | 299.18 | 0.75 | 0.39 |
| Hex | AA | 19 | AC | 1 | 55 | 0 | 21 | 12B | 4B | 27 |
| Octal | 252 | 31 | 254 | 1 | 125 | 0 | 41 | 453 | 113 | 47 |
| Binary | 10101010 | 11001 | 10101100 | 1 | 1010101 | 0 | 100001 | 100101011 | 1001011 | 100111 |
Color Harmonies of #AA19AC
Complementary color
Monochromatic Colors of #AA19AC
Black with #AA19AC
Text Example
Text Example
White with #AA19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19AC; }
p { color: rgb(170,25,172); }
H1.HeaderClassName
{
color: #AA19AC;
}
.AnyTagClassName
{
color: #AA19AC;
}
</style>
background-color css
<style>
a { background-color: #AA19AC; }
a { background-color: rgb(170,25,172); }
div.DivClassName
{
background-color: #AA19AC;
}
.BgClassName
{
background-color: #AA19AC;
}
</style>
border-color css
<style>
span { border-color: #AA19AC; }
span { border-color: rgb(170,25,172); }
td.TdClassName
{
border-color: #AA19AC;
}
.TagClassName
{
border-color: #AA19AC;
}
</style>