Shades of Dark Orchid #AA27D5
Tints of Dark Orchid #AA27D5
RGB
CMYK
RGB Variations
Color information
#AA27D5 (or 0xAA27D5) is known color: Dark Orchid. HEX triplet: AA, 27 and D5. RGB value is (170,39,213). Sum of RGB (Red+Green+Blue) = 170+39+213=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA27D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27D5 is #55D82A. Grayscale: #616161. Windows color (decimal): -5625899 or 13969322. OLE color: 13969322.
HSL color Cylindrical-coordinate representation of color #AA27D5: hue angle of 285.17º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA27D5 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 39 | 213 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.16 |
| HSL | 285.17º | 0.69% | 0.49% | - |
| HSV(B) | 285.17º | 0.82% | 0.84% | - |
| XYZ | 29.31 | 14.8 | 64.26 | - |
| YUV | 98.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 213 | 0.20 | 0.82 | 0 | 0.16 | 285.17 | 0.69 | 0.49 |
| Hex | AA | 27 | D5 | 14 | 52 | 0 | 10 | 11D | 45 | 31 |
| Octal | 252 | 47 | 325 | 24 | 122 | 0 | 20 | 435 | 105 | 61 |
| Binary | 10101010 | 100111 | 11010101 | 10100 | 1010010 | 0 | 10000 | 100011101 | 1000101 | 110001 |
Color Harmonies of #AA27D5
Complementary color
Monochromatic Colors of #AA27D5
Black with #AA27D5
Text Example
Text Example
White with #AA27D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27D5; }
p { color: rgb(170,39,213); }
H1.HeaderClassName
{
color: #AA27D5;
}
.AnyTagClassName
{
color: #AA27D5;
}
</style>
background-color css
<style>
a { background-color: #AA27D5; }
a { background-color: rgb(170,39,213); }
div.DivClassName
{
background-color: #AA27D5;
}
.BgClassName
{
background-color: #AA27D5;
}
</style>
border-color css
<style>
span { border-color: #AA27D5; }
span { border-color: rgb(170,39,213); }
td.TdClassName
{
border-color: #AA27D5;
}
.TagClassName
{
border-color: #AA27D5;
}
</style>