Shades of Dark Orchid #AA27AC
Tints of Dark Orchid #AA27AC
RGB
CMYK
RGB Variations
Color information
#AA27AC (or 0xAA27AC) is known color: Dark Orchid. HEX triplet: AA, 27 and AC. RGB value is (170,39,172). Sum of RGB (Red+Green+Blue) = 170+39+172=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AC is #55D853. Grayscale: #5C5C5C. Windows color (decimal): -5625940 or 11282346. OLE color: 11282346.
HSL color Cylindrical-coordinate representation of color #AA27AC: hue angle of 299.1º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA27AC is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 172 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.33 |
| HSL | 299.1º | 0.63% | 0.41% | - |
| HSV(B) | 299.1º | 0.77% | 0.67% | - |
| XYZ | 24.75 | 12.98 | 40.23 | - |
| YUV | 93.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 172 | 0.01 | 0.77 | 0 | 0.33 | 299.1 | 0.63 | 0.41 |
| Hex | AA | 27 | AC | 1 | 4D | 0 | 21 | 12B | 3F | 29 |
| Octal | 252 | 47 | 254 | 1 | 115 | 0 | 41 | 453 | 77 | 51 |
| Binary | 10101010 | 100111 | 10101100 | 1 | 1001101 | 0 | 100001 | 100101011 | 111111 | 101001 |
Color Harmonies of #AA27AC
Complementary color
Monochromatic Colors of #AA27AC
Black with #AA27AC
Text Example
Text Example
White with #AA27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27AC; }
p { color: rgb(170,39,172); }
H1.HeaderClassName
{
color: #AA27AC;
}
.AnyTagClassName
{
color: #AA27AC;
}
</style>
background-color css
<style>
a { background-color: #AA27AC; }
a { background-color: rgb(170,39,172); }
div.DivClassName
{
background-color: #AA27AC;
}
.BgClassName
{
background-color: #AA27AC;
}
</style>
border-color css
<style>
span { border-color: #AA27AC; }
span { border-color: rgb(170,39,172); }
td.TdClassName
{
border-color: #AA27AC;
}
.TagClassName
{
border-color: #AA27AC;
}
</style>