Shades of Dark Orchid #AA27BD
Tints of Dark Orchid #AA27BD
RGB
CMYK
RGB Variations
Color information
#AA27BD (or 0xAA27BD) is known color: Dark Orchid. HEX triplet: AA, 27 and BD. RGB value is (170,39,189). Sum of RGB (Red+Green+Blue) = 170+39+189=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27BD is #55D842. Grayscale: #5E5E5E. Windows color (decimal): -5625923 or 12396458. OLE color: 12396458.
HSL color Cylindrical-coordinate representation of color #AA27BD: hue angle of 292.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA27BD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 39 | 189 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.26 |
| HSL | 292.4º | 0.66% | 0.45% | - |
| HSV(B) | 292.4º | 0.79% | 0.74% | - |
| XYZ | 26.49 | 13.67 | 49.39 | - |
| YUV | 95.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 189 | 0.10 | 0.79 | 0 | 0.26 | 292.4 | 0.66 | 0.45 |
| Hex | AA | 27 | BD | A | 4F | 0 | 1A | 124 | 42 | 2D |
| Octal | 252 | 47 | 275 | 12 | 117 | 0 | 32 | 444 | 102 | 55 |
| Binary | 10101010 | 100111 | 10111101 | 1010 | 1001111 | 0 | 11010 | 100100100 | 1000010 | 101101 |
Color Harmonies of #AA27BD
Complementary color
Monochromatic Colors of #AA27BD
Black with #AA27BD
Text Example
Text Example
White with #AA27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27BD; }
p { color: rgb(170,39,189); }
H1.HeaderClassName
{
color: #AA27BD;
}
.AnyTagClassName
{
color: #AA27BD;
}
</style>
background-color css
<style>
a { background-color: #AA27BD; }
a { background-color: rgb(170,39,189); }
div.DivClassName
{
background-color: #AA27BD;
}
.BgClassName
{
background-color: #AA27BD;
}
</style>
border-color css
<style>
span { border-color: #AA27BD; }
span { border-color: rgb(170,39,189); }
td.TdClassName
{
border-color: #AA27BD;
}
.TagClassName
{
border-color: #AA27BD;
}
</style>