Shades of Dark Orchid #AA27BB
Tints of Dark Orchid #AA27BB
RGB
CMYK
RGB Variations
Color information
#AA27BB (or 0xAA27BB) is known color: Dark Orchid. HEX triplet: AA, 27 and BB. RGB value is (170,39,187). Sum of RGB (Red+Green+Blue) = 170+39+187=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27BB is #55D844. Grayscale: #5E5E5E. Windows color (decimal): -5625925 or 12265386. OLE color: 12265386.
HSL color Cylindrical-coordinate representation of color #AA27BB: hue angle of 293.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA27BB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 39 | 187 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.27 |
| HSL | 293.11º | 0.65% | 0.44% | - |
| HSV(B) | 293.11º | 0.79% | 0.73% | - |
| XYZ | 26.27 | 13.58 | 48.25 | - |
| YUV | 95.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 187 | 0.09 | 0.79 | 0 | 0.27 | 293.11 | 0.65 | 0.44 |
| Hex | AA | 27 | BB | 9 | 4F | 0 | 1B | 125 | 41 | 2C |
| Octal | 252 | 47 | 273 | 11 | 117 | 0 | 33 | 445 | 101 | 54 |
| Binary | 10101010 | 100111 | 10111011 | 1001 | 1001111 | 0 | 11011 | 100100101 | 1000001 | 101100 |
Color Harmonies of #AA27BB
Complementary color
Monochromatic Colors of #AA27BB
Black with #AA27BB
Text Example
Text Example
White with #AA27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27BB; }
p { color: rgb(170,39,187); }
H1.HeaderClassName
{
color: #AA27BB;
}
.AnyTagClassName
{
color: #AA27BB;
}
</style>
background-color css
<style>
a { background-color: #AA27BB; }
a { background-color: rgb(170,39,187); }
div.DivClassName
{
background-color: #AA27BB;
}
.BgClassName
{
background-color: #AA27BB;
}
</style>
border-color css
<style>
span { border-color: #AA27BB; }
span { border-color: rgb(170,39,187); }
td.TdClassName
{
border-color: #AA27BB;
}
.TagClassName
{
border-color: #AA27BB;
}
</style>