Shades of Dark Orchid #AA27A8
Tints of Dark Orchid #AA27A8
RGB
CMYK
RGB Variations
Color information
#AA27A8 (or 0xAA27A8) is known color: Dark Orchid. HEX triplet: AA, 27 and A8. RGB value is (170,39,168). Sum of RGB (Red+Green+Blue) = 170+39+168=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA27A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27A8 is #55D857. Grayscale: #5C5C5C. Windows color (decimal): -5625944 or 11020202. OLE color: 11020202.
HSL color Cylindrical-coordinate representation of color #AA27A8: hue angle of 300.92º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA27A8 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 168 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.33 |
| HSL | 300.92º | 0.63% | 0.41% | - |
| HSV(B) | 300.92º | 0.77% | 0.67% | - |
| XYZ | 24.37 | 12.82 | 38.24 | - |
| YUV | 92.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 168 | 0 | 0.77 | 0.01 | 0.33 | 300.92 | 0.63 | 0.41 |
| Hex | AA | 27 | A8 | 0 | 4D | 1 | 21 | 12D | 3F | 29 |
| Octal | 252 | 47 | 250 | 0 | 115 | 1 | 41 | 455 | 77 | 51 |
| Binary | 10101010 | 100111 | 10101000 | 0 | 1001101 | 1 | 100001 | 100101101 | 111111 | 101001 |
Color Harmonies of #AA27A8
Complementary color
Monochromatic Colors of #AA27A8
Black with #AA27A8
Text Example
Text Example
White with #AA27A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27A8; }
p { color: rgb(170,39,168); }
H1.HeaderClassName
{
color: #AA27A8;
}
.AnyTagClassName
{
color: #AA27A8;
}
</style>
background-color css
<style>
a { background-color: #AA27A8; }
a { background-color: rgb(170,39,168); }
div.DivClassName
{
background-color: #AA27A8;
}
.BgClassName
{
background-color: #AA27A8;
}
</style>
border-color css
<style>
span { border-color: #AA27A8; }
span { border-color: rgb(170,39,168); }
td.TdClassName
{
border-color: #AA27A8;
}
.TagClassName
{
border-color: #AA27A8;
}
</style>