Shades of Dark Orchid #AA29AF
Tints of Dark Orchid #AA29AF
RGB
CMYK
RGB Variations
Color information
#AA29AF (or 0xAA29AF) is known color: Dark Orchid. HEX triplet: AA, 29 and AF. RGB value is (170,41,175). Sum of RGB (Red+Green+Blue) = 170+41+175=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA29AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29AF is #55D650. Grayscale: #5E5E5E. Windows color (decimal): -5625425 or 11479466. OLE color: 11479466.
HSL color Cylindrical-coordinate representation of color #AA29AF: hue angle of 297.76º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA29AF is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 41 | 175 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.31 |
| HSL | 297.76º | 0.62% | 0.42% | - |
| HSV(B) | 297.76º | 0.77% | 0.69% | - |
| XYZ | 25.11 | 13.23 | 41.79 | - |
| YUV | 94.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 175 | 0.03 | 0.77 | 0 | 0.31 | 297.76 | 0.62 | 0.42 |
| Hex | AA | 29 | AF | 3 | 4D | 0 | 1F | 12A | 3E | 2A |
| Octal | 252 | 51 | 257 | 3 | 115 | 0 | 37 | 452 | 76 | 52 |
| Binary | 10101010 | 101001 | 10101111 | 11 | 1001101 | 0 | 11111 | 100101010 | 111110 | 101010 |
Color Harmonies of #AA29AF
Complementary color
Monochromatic Colors of #AA29AF
Black with #AA29AF
Text Example
Text Example
White with #AA29AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29AF; }
p { color: rgb(170,41,175); }
H1.HeaderClassName
{
color: #AA29AF;
}
.AnyTagClassName
{
color: #AA29AF;
}
</style>
background-color css
<style>
a { background-color: #AA29AF; }
a { background-color: rgb(170,41,175); }
div.DivClassName
{
background-color: #AA29AF;
}
.BgClassName
{
background-color: #AA29AF;
}
</style>
border-color css
<style>
span { border-color: #AA29AF; }
span { border-color: rgb(170,41,175); }
td.TdClassName
{
border-color: #AA29AF;
}
.TagClassName
{
border-color: #AA29AF;
}
</style>