Shades of Dark Orchid #AA21A8
Tints of Dark Orchid #AA21A8
RGB
CMYK
RGB Variations
Color information
#AA21A8 (or 0xAA21A8) is known color: Dark Orchid. HEX triplet: AA, 21 and A8. RGB value is (170,33,168). Sum of RGB (Red+Green+Blue) = 170+33+168=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA21A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA21A8 is #55DE57. Grayscale: #585858. Windows color (decimal): -5627480 or 11018666. OLE color: 11018666.
HSL color Cylindrical-coordinate representation of color #AA21A8: hue angle of 300.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA21A8 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 168 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.33 |
| HSL | 300.88º | 0.67% | 0.4% | - |
| HSV(B) | 300.88º | 0.81% | 0.67% | - |
| XYZ | 24.19 | 12.46 | 38.18 | - |
| YUV | 89.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 168 | 0 | 0.81 | 0.01 | 0.33 | 300.88 | 0.67 | 0.4 |
| Hex | AA | 21 | A8 | 0 | 51 | 1 | 21 | 12D | 43 | 28 |
| Octal | 252 | 41 | 250 | 0 | 121 | 1 | 41 | 455 | 103 | 50 |
| Binary | 10101010 | 100001 | 10101000 | 0 | 1010001 | 1 | 100001 | 100101101 | 1000011 | 101000 |
Color Harmonies of #AA21A8
Complementary color
Monochromatic Colors of #AA21A8
Black with #AA21A8
Text Example
Text Example
White with #AA21A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21A8; }
p { color: rgb(170,33,168); }
H1.HeaderClassName
{
color: #AA21A8;
}
.AnyTagClassName
{
color: #AA21A8;
}
</style>
background-color css
<style>
a { background-color: #AA21A8; }
a { background-color: rgb(170,33,168); }
div.DivClassName
{
background-color: #AA21A8;
}
.BgClassName
{
background-color: #AA21A8;
}
</style>
border-color css
<style>
span { border-color: #AA21A8; }
span { border-color: rgb(170,33,168); }
td.TdClassName
{
border-color: #AA21A8;
}
.TagClassName
{
border-color: #AA21A8;
}
</style>