Shades of Dark Orchid #AA27AD
Tints of Dark Orchid #AA27AD
RGB
CMYK
RGB Variations
Color information
#AA27AD (or 0xAA27AD) is known color: Dark Orchid. HEX triplet: AA, 27 and AD. RGB value is (170,39,173). Sum of RGB (Red+Green+Blue) = 170+39+173=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AD is #55D852. Grayscale: #5D5D5D. Windows color (decimal): -5625939 or 11347882. OLE color: 11347882.
HSL color Cylindrical-coordinate representation of color #AA27AD: hue angle of 298.66º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA27AD is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 39 | 173 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.32 |
| HSL | 298.66º | 0.63% | 0.42% | - |
| HSV(B) | 298.66º | 0.77% | 0.68% | - |
| XYZ | 24.85 | 13.01 | 40.74 | - |
| YUV | 93.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 173 | 0.02 | 0.77 | 0 | 0.32 | 298.66 | 0.63 | 0.42 |
| Hex | AA | 27 | AD | 2 | 4D | 0 | 20 | 12B | 3F | 2A |
| Octal | 252 | 47 | 255 | 2 | 115 | 0 | 40 | 453 | 77 | 52 |
| Binary | 10101010 | 100111 | 10101101 | 10 | 1001101 | 0 | 100000 | 100101011 | 111111 | 101010 |
Color Harmonies of #AA27AD
Complementary color
Monochromatic Colors of #AA27AD
Black with #AA27AD
Text Example
Text Example
White with #AA27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27AD; }
p { color: rgb(170,39,173); }
H1.HeaderClassName
{
color: #AA27AD;
}
.AnyTagClassName
{
color: #AA27AD;
}
</style>
background-color css
<style>
a { background-color: #AA27AD; }
a { background-color: rgb(170,39,173); }
div.DivClassName
{
background-color: #AA27AD;
}
.BgClassName
{
background-color: #AA27AD;
}
</style>
border-color css
<style>
span { border-color: #AA27AD; }
span { border-color: rgb(170,39,173); }
td.TdClassName
{
border-color: #AA27AD;
}
.TagClassName
{
border-color: #AA27AD;
}
</style>