Shades of Dark Orchid #AA30CE
Tints of Dark Orchid #AA30CE
RGB
CMYK
RGB Variations
Color information
#AA30CE (or 0xAA30CE) is known color: Dark Orchid. HEX triplet: AA, 30 and CE. RGB value is (170,48,206). Sum of RGB (Red+Green+Blue) = 170+48+206=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30CE is #55CF31. Grayscale: #656565. Windows color (decimal): -5623602 or 13512874. OLE color: 13512874.
HSL color Cylindrical-coordinate representation of color #AA30CE: hue angle of 286.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA30CE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 48 | 206 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.19 |
| HSL | 286.33º | 0.62% | 0.5% | - |
| HSV(B) | 286.33º | 0.77% | 0.81% | - |
| XYZ | 28.78 | 15.12 | 59.79 | - |
| YUV | 102.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 206 | 0.17 | 0.77 | 0 | 0.19 | 286.33 | 0.62 | 0.5 |
| Hex | AA | 30 | CE | 11 | 4D | 0 | 13 | 11E | 3E | 32 |
| Octal | 252 | 60 | 316 | 21 | 115 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101010 | 110000 | 11001110 | 10001 | 1001101 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #AA30CE
Complementary color
Monochromatic Colors of #AA30CE
Black with #AA30CE
Text Example
Text Example
White with #AA30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30CE; }
p { color: rgb(170,48,206); }
H1.HeaderClassName
{
color: #AA30CE;
}
.AnyTagClassName
{
color: #AA30CE;
}
</style>
background-color css
<style>
a { background-color: #AA30CE; }
a { background-color: rgb(170,48,206); }
div.DivClassName
{
background-color: #AA30CE;
}
.BgClassName
{
background-color: #AA30CE;
}
</style>
border-color css
<style>
span { border-color: #AA30CE; }
span { border-color: rgb(170,48,206); }
td.TdClassName
{
border-color: #AA30CE;
}
.TagClassName
{
border-color: #AA30CE;
}
</style>