Shades of Dark Orchid #AA27AF
Tints of Dark Orchid #AA27AF
RGB
CMYK
RGB Variations
Color information
#AA27AF (or 0xAA27AF) is known color: Dark Orchid. HEX triplet: AA, 27 and AF. RGB value is (170,39,175). Sum of RGB (Red+Green+Blue) = 170+39+175=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AF is #55D850. Grayscale: #5D5D5D. Windows color (decimal): -5625937 or 11478954. OLE color: 11478954.
HSL color Cylindrical-coordinate representation of color #AA27AF: hue angle of 297.79º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA27AF is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 39 | 175 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.31 |
| HSL | 297.79º | 0.64% | 0.42% | - |
| HSV(B) | 297.79º | 0.78% | 0.69% | - |
| XYZ | 25.04 | 13.09 | 41.76 | - |
| YUV | 93.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 175 | 0.03 | 0.78 | 0 | 0.31 | 297.79 | 0.64 | 0.42 |
| Hex | AA | 27 | AF | 3 | 4E | 0 | 1F | 12A | 40 | 2A |
| Octal | 252 | 47 | 257 | 3 | 116 | 0 | 37 | 452 | 100 | 52 |
| Binary | 10101010 | 100111 | 10101111 | 11 | 1001110 | 0 | 11111 | 100101010 | 1000000 | 101010 |
Color Harmonies of #AA27AF
Complementary color
Monochromatic Colors of #AA27AF
Black with #AA27AF
Text Example
Text Example
White with #AA27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27AF; }
p { color: rgb(170,39,175); }
H1.HeaderClassName
{
color: #AA27AF;
}
.AnyTagClassName
{
color: #AA27AF;
}
</style>
background-color css
<style>
a { background-color: #AA27AF; }
a { background-color: rgb(170,39,175); }
div.DivClassName
{
background-color: #AA27AF;
}
.BgClassName
{
background-color: #AA27AF;
}
</style>
border-color css
<style>
span { border-color: #AA27AF; }
span { border-color: rgb(170,39,175); }
td.TdClassName
{
border-color: #AA27AF;
}
.TagClassName
{
border-color: #AA27AF;
}
</style>