Shades of Dark Orchid #AA27AB
Tints of Dark Orchid #AA27AB
RGB
CMYK
RGB Variations
Color information
#AA27AB (or 0xAA27AB) is known color: Dark Orchid. HEX triplet: AA, 27 and AB. RGB value is (170,39,171). Sum of RGB (Red+Green+Blue) = 170+39+171=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AB is #55D854. Grayscale: #5C5C5C. Windows color (decimal): -5625941 or 11216810. OLE color: 11216810.
HSL color Cylindrical-coordinate representation of color #AA27AB: hue angle of 299.55º 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 #AA27AB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 171 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.33 |
| HSL | 299.55º | 0.63% | 0.41% | - |
| HSV(B) | 299.55º | 0.77% | 0.67% | - |
| XYZ | 24.65 | 12.94 | 39.73 | - |
| YUV | 93.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 171 | 0.01 | 0.77 | 0 | 0.33 | 299.55 | 0.63 | 0.41 |
| Hex | AA | 27 | AB | 1 | 4D | 0 | 21 | 12C | 3F | 29 |
| Octal | 252 | 47 | 253 | 1 | 115 | 0 | 41 | 454 | 77 | 51 |
| Binary | 10101010 | 100111 | 10101011 | 1 | 1001101 | 0 | 100001 | 100101100 | 111111 | 101001 |
Color Harmonies of #AA27AB
Complementary color
Monochromatic Colors of #AA27AB
Black with #AA27AB
Text Example
Text Example
White with #AA27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27AB; }
p { color: rgb(170,39,171); }
H1.HeaderClassName
{
color: #AA27AB;
}
.AnyTagClassName
{
color: #AA27AB;
}
</style>
background-color css
<style>
a { background-color: #AA27AB; }
a { background-color: rgb(170,39,171); }
div.DivClassName
{
background-color: #AA27AB;
}
.BgClassName
{
background-color: #AA27AB;
}
</style>
border-color css
<style>
span { border-color: #AA27AB; }
span { border-color: rgb(170,39,171); }
td.TdClassName
{
border-color: #AA27AB;
}
.TagClassName
{
border-color: #AA27AB;
}
</style>