Shades of Dark Orchid #AA27B2
Tints of Dark Orchid #AA27B2
RGB
CMYK
RGB Variations
Color information
#AA27B2 (or 0xAA27B2) is known color: Dark Orchid. HEX triplet: AA, 27 and B2. RGB value is (170,39,178). Sum of RGB (Red+Green+Blue) = 170+39+178=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA27B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27B2 is #55D84D. Grayscale: #5D5D5D. Windows color (decimal): -5625934 or 11675562. OLE color: 11675562.
HSL color Cylindrical-coordinate representation of color #AA27B2: hue angle of 296.55º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA27B2 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 39 | 178 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.30 |
| HSL | 296.55º | 0.64% | 0.43% | - |
| HSV(B) | 296.55º | 0.78% | 0.7% | - |
| XYZ | 25.34 | 13.21 | 43.33 | - |
| YUV | 94.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 178 | 0.04 | 0.78 | 0 | 0.30 | 296.55 | 0.64 | 0.43 |
| Hex | AA | 27 | B2 | 4 | 4E | 0 | 1E | 129 | 40 | 2B |
| Octal | 252 | 47 | 262 | 4 | 116 | 0 | 36 | 451 | 100 | 53 |
| Binary | 10101010 | 100111 | 10110010 | 100 | 1001110 | 0 | 11110 | 100101001 | 1000000 | 101011 |
Color Harmonies of #AA27B2
Complementary color
Monochromatic Colors of #AA27B2
Black with #AA27B2
Text Example
Text Example
White with #AA27B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27B2; }
p { color: rgb(170,39,178); }
H1.HeaderClassName
{
color: #AA27B2;
}
.AnyTagClassName
{
color: #AA27B2;
}
</style>
background-color css
<style>
a { background-color: #AA27B2; }
a { background-color: rgb(170,39,178); }
div.DivClassName
{
background-color: #AA27B2;
}
.BgClassName
{
background-color: #AA27B2;
}
</style>
border-color css
<style>
span { border-color: #AA27B2; }
span { border-color: rgb(170,39,178); }
td.TdClassName
{
border-color: #AA27B2;
}
.TagClassName
{
border-color: #AA27B2;
}
</style>