Shades of Dark Orchid #AA27D3
Tints of Dark Orchid #AA27D3
RGB
CMYK
RGB Variations
Color information
#AA27D3 (or 0xAA27D3) is known color: Dark Orchid. HEX triplet: AA, 27 and D3. RGB value is (170,39,211). Sum of RGB (Red+Green+Blue) = 170+39+211=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA27D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27D3 is #55D82C. Grayscale: #616161. Windows color (decimal): -5625901 or 13838250. OLE color: 13838250.
HSL color Cylindrical-coordinate representation of color #AA27D3: hue angle of 285.7º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA27D3 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 39 | 211 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.17 |
| HSL | 285.7º | 0.69% | 0.49% | - |
| HSV(B) | 285.7º | 0.82% | 0.83% | - |
| XYZ | 29.06 | 14.7 | 62.93 | - |
| YUV | 97.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 211 | 0.19 | 0.82 | 0 | 0.17 | 285.7 | 0.69 | 0.49 |
| Hex | AA | 27 | D3 | 13 | 52 | 0 | 11 | 11E | 45 | 31 |
| Octal | 252 | 47 | 323 | 23 | 122 | 0 | 21 | 436 | 105 | 61 |
| Binary | 10101010 | 100111 | 11010011 | 10011 | 1010010 | 0 | 10001 | 100011110 | 1000101 | 110001 |
Color Harmonies of #AA27D3
Complementary color
Monochromatic Colors of #AA27D3
Black with #AA27D3
Text Example
Text Example
White with #AA27D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27D3; }
p { color: rgb(170,39,211); }
H1.HeaderClassName
{
color: #AA27D3;
}
.AnyTagClassName
{
color: #AA27D3;
}
</style>
background-color css
<style>
a { background-color: #AA27D3; }
a { background-color: rgb(170,39,211); }
div.DivClassName
{
background-color: #AA27D3;
}
.BgClassName
{
background-color: #AA27D3;
}
</style>
border-color css
<style>
span { border-color: #AA27D3; }
span { border-color: rgb(170,39,211); }
td.TdClassName
{
border-color: #AA27D3;
}
.TagClassName
{
border-color: #AA27D3;
}
</style>