Shades of Dark Orchid #AA1AAF
Tints of Dark Orchid #AA1AAF
RGB
CMYK
RGB Variations
Color information
#AA1AAF (or 0xAA1AAF) is known color: Dark Orchid. HEX triplet: AA, 1A and AF. RGB value is (170,26,175). Sum of RGB (Red+Green+Blue) = 170+26+175=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAF is #55E550. Grayscale: #555555. Windows color (decimal): -5629265 or 11475626. OLE color: 11475626.
HSL color Cylindrical-coordinate representation of color #AA1AAF: hue angle of 297.99º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1AAF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 26 | 175 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.31 |
| HSL | 297.99º | 0.74% | 0.39% | - |
| HSV(B) | 297.99º | 0.85% | 0.69% | - |
| XYZ | 24.68 | 12.38 | 41.65 | - |
| YUV | 86.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 175 | 0.03 | 0.85 | 0 | 0.31 | 297.99 | 0.74 | 0.39 |
| Hex | AA | 1A | AF | 3 | 55 | 0 | 1F | 12A | 4A | 27 |
| Octal | 252 | 32 | 257 | 3 | 125 | 0 | 37 | 452 | 112 | 47 |
| Binary | 10101010 | 11010 | 10101111 | 11 | 1010101 | 0 | 11111 | 100101010 | 1001010 | 100111 |
Color Harmonies of #AA1AAF
Complementary color
Monochromatic Colors of #AA1AAF
Black with #AA1AAF
Text Example
Text Example
White with #AA1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AAF; }
p { color: rgb(170,26,175); }
H1.HeaderClassName
{
color: #AA1AAF;
}
.AnyTagClassName
{
color: #AA1AAF;
}
</style>
background-color css
<style>
a { background-color: #AA1AAF; }
a { background-color: rgb(170,26,175); }
div.DivClassName
{
background-color: #AA1AAF;
}
.BgClassName
{
background-color: #AA1AAF;
}
</style>
border-color css
<style>
span { border-color: #AA1AAF; }
span { border-color: rgb(170,26,175); }
td.TdClassName
{
border-color: #AA1AAF;
}
.TagClassName
{
border-color: #AA1AAF;
}
</style>