Shades of Dark Orchid #AA27DC
Tints of Dark Orchid #AA27DC
RGB
CMYK
RGB Variations
Color information
#AA27DC (or 0xAA27DC) is known color: Dark Orchid. HEX triplet: AA, 27 and DC. RGB value is (170,39,220). Sum of RGB (Red+Green+Blue) = 170+39+220=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA27DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27DC is #55D823. Grayscale: #626262. Windows color (decimal): -5625892 or 14428074. OLE color: 14428074.
HSL color Cylindrical-coordinate representation of color #AA27DC: hue angle of 283.43º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA27DC is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 39 | 220 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.14 |
| HSL | 283.43º | 0.72% | 0.51% | - |
| HSV(B) | 283.43º | 0.82% | 0.86% | - |
| XYZ | 30.22 | 15.16 | 69.04 | - |
| YUV | 98.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 220 | 0.23 | 0.82 | 0 | 0.14 | 283.43 | 0.72 | 0.51 |
| Hex | AA | 27 | DC | 17 | 52 | 0 | E | 11B | 48 | 33 |
| Octal | 252 | 47 | 334 | 27 | 122 | 0 | 16 | 433 | 110 | 63 |
| Binary | 10101010 | 100111 | 11011100 | 10111 | 1010010 | 0 | 1110 | 100011011 | 1001000 | 110011 |
Color Harmonies of #AA27DC
Complementary color
Monochromatic Colors of #AA27DC
Black with #AA27DC
Text Example
Text Example
White with #AA27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27DC; }
p { color: rgb(170,39,220); }
H1.HeaderClassName
{
color: #AA27DC;
}
.AnyTagClassName
{
color: #AA27DC;
}
</style>
background-color css
<style>
a { background-color: #AA27DC; }
a { background-color: rgb(170,39,220); }
div.DivClassName
{
background-color: #AA27DC;
}
.BgClassName
{
background-color: #AA27DC;
}
</style>
border-color css
<style>
span { border-color: #AA27DC; }
span { border-color: rgb(170,39,220); }
td.TdClassName
{
border-color: #AA27DC;
}
.TagClassName
{
border-color: #AA27DC;
}
</style>