Shades of Dark Orchid #AA1AC0
Tints of Dark Orchid #AA1AC0
RGB
CMYK
RGB Variations
Color information
#AA1AC0 (or 0xAA1AC0) is known color: Dark Orchid. HEX triplet: AA, 1A and C0. RGB value is (170,26,192). Sum of RGB (Red+Green+Blue) = 170+26+192=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA1AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AC0 is #55E53F. Grayscale: #575757. Windows color (decimal): -5629248 or 12589738. OLE color: 12589738.
HSL color Cylindrical-coordinate representation of color #AA1AC0: hue angle of 292.05º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1AC0 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 26 | 192 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.25 |
| HSL | 292.05º | 0.76% | 0.43% | - |
| HSV(B) | 292.05º | 0.86% | 0.75% | - |
| XYZ | 26.46 | 13.09 | 51 | - |
| YUV | 87.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 192 | 0.11 | 0.86 | 0 | 0.25 | 292.05 | 0.76 | 0.43 |
| Hex | AA | 1A | C0 | B | 56 | 0 | 19 | 124 | 4C | 2B |
| Octal | 252 | 32 | 300 | 13 | 126 | 0 | 31 | 444 | 114 | 53 |
| Binary | 10101010 | 11010 | 11000000 | 1011 | 1010110 | 0 | 11001 | 100100100 | 1001100 | 101011 |
Color Harmonies of #AA1AC0
Complementary color
Monochromatic Colors of #AA1AC0
Black with #AA1AC0
Text Example
Text Example
White with #AA1AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AC0; }
p { color: rgb(170,26,192); }
H1.HeaderClassName
{
color: #AA1AC0;
}
.AnyTagClassName
{
color: #AA1AC0;
}
</style>
background-color css
<style>
a { background-color: #AA1AC0; }
a { background-color: rgb(170,26,192); }
div.DivClassName
{
background-color: #AA1AC0;
}
.BgClassName
{
background-color: #AA1AC0;
}
</style>
border-color css
<style>
span { border-color: #AA1AC0; }
span { border-color: rgb(170,26,192); }
td.TdClassName
{
border-color: #AA1AC0;
}
.TagClassName
{
border-color: #AA1AC0;
}
</style>