Shades of Dark Orchid #AA27DB
Tints of Dark Orchid #AA27DB
RGB
CMYK
RGB Variations
Color information
#AA27DB (or 0xAA27DB) is known color: Dark Orchid. HEX triplet: AA, 27 and DB. RGB value is (170,39,219). Sum of RGB (Red+Green+Blue) = 170+39+219=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27DB is #55D824. Grayscale: #626262. Windows color (decimal): -5625893 or 14362538. OLE color: 14362538.
HSL color Cylindrical-coordinate representation of color #AA27DB: hue angle of 283.67º degrees, saturation: 0.71, 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 #AA27DB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 39 | 219 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.14 |
| HSL | 283.67º | 0.71% | 0.51% | - |
| HSV(B) | 283.67º | 0.82% | 0.86% | - |
| XYZ | 30.09 | 15.11 | 68.35 | - |
| YUV | 98.69 | 195.9 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 219 | 0.22 | 0.82 | 0 | 0.14 | 283.67 | 0.71 | 0.51 |
| Hex | AA | 27 | DB | 16 | 52 | 0 | E | 11C | 47 | 33 |
| Octal | 252 | 47 | 333 | 26 | 122 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101010 | 100111 | 11011011 | 10110 | 1010010 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AA27DB
Complementary color
Monochromatic Colors of #AA27DB
Black with #AA27DB
Text Example
Text Example
White with #AA27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27DB; }
p { color: rgb(170,39,219); }
H1.HeaderClassName
{
color: #AA27DB;
}
.AnyTagClassName
{
color: #AA27DB;
}
</style>
background-color css
<style>
a { background-color: #AA27DB; }
a { background-color: rgb(170,39,219); }
div.DivClassName
{
background-color: #AA27DB;
}
.BgClassName
{
background-color: #AA27DB;
}
</style>
border-color css
<style>
span { border-color: #AA27DB; }
span { border-color: rgb(170,39,219); }
td.TdClassName
{
border-color: #AA27DB;
}
.TagClassName
{
border-color: #AA27DB;
}
</style>