Shades of Dark Orchid #AA27C1
Tints of Dark Orchid #AA27C1
RGB
CMYK
RGB Variations
Color information
#AA27C1 (or 0xAA27C1) is known color: Dark Orchid. HEX triplet: AA, 27 and C1. RGB value is (170,39,193). Sum of RGB (Red+Green+Blue) = 170+39+193=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA27C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27C1 is #55D83E. Grayscale: #5F5F5F. Windows color (decimal): -5625919 or 12658602. OLE color: 12658602.
HSL color Cylindrical-coordinate representation of color #AA27C1: hue angle of 291.04º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA27C1 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 39 | 193 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.24 |
| HSL | 291.04º | 0.66% | 0.45% | - |
| HSV(B) | 291.04º | 0.8% | 0.76% | - |
| XYZ | 26.93 | 13.85 | 51.71 | - |
| YUV | 95.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 193 | 0.12 | 0.80 | 0 | 0.24 | 291.04 | 0.66 | 0.45 |
| Hex | AA | 27 | C1 | C | 50 | 0 | 18 | 123 | 42 | 2D |
| Octal | 252 | 47 | 301 | 14 | 120 | 0 | 30 | 443 | 102 | 55 |
| Binary | 10101010 | 100111 | 11000001 | 1100 | 1010000 | 0 | 11000 | 100100011 | 1000010 | 101101 |
Color Harmonies of #AA27C1
Complementary color
Monochromatic Colors of #AA27C1
Black with #AA27C1
Text Example
Text Example
White with #AA27C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27C1; }
p { color: rgb(170,39,193); }
H1.HeaderClassName
{
color: #AA27C1;
}
.AnyTagClassName
{
color: #AA27C1;
}
</style>
background-color css
<style>
a { background-color: #AA27C1; }
a { background-color: rgb(170,39,193); }
div.DivClassName
{
background-color: #AA27C1;
}
.BgClassName
{
background-color: #AA27C1;
}
</style>
border-color css
<style>
span { border-color: #AA27C1; }
span { border-color: rgb(170,39,193); }
td.TdClassName
{
border-color: #AA27C1;
}
.TagClassName
{
border-color: #AA27C1;
}
</style>