Shades of Dark Orchid #AA30CC
Tints of Dark Orchid #AA30CC
RGB
CMYK
RGB Variations
Color information
#AA30CC (or 0xAA30CC) is known color: Dark Orchid. HEX triplet: AA, 30 and CC. RGB value is (170,48,204). Sum of RGB (Red+Green+Blue) = 170+48+204=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA30CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30CC is #55CF33. Grayscale: #656565. Windows color (decimal): -5623604 or 13381802. OLE color: 13381802.
HSL color Cylindrical-coordinate representation of color #AA30CC: hue angle of 286.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA30CC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 48 | 204 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.2 |
| HSL | 286.92º | 0.62% | 0.49% | - |
| HSV(B) | 286.92º | 0.76% | 0.8% | - |
| XYZ | 28.53 | 15.02 | 58.52 | - |
| YUV | 102.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 204 | 0.17 | 0.76 | 0 | 0.2 | 286.92 | 0.62 | 0.49 |
| Hex | AA | 30 | CC | 11 | 4C | 0 | 14 | 11F | 3E | 31 |
| Octal | 252 | 60 | 314 | 21 | 114 | 0 | 24 | 437 | 76 | 61 |
| Binary | 10101010 | 110000 | 11001100 | 10001 | 1001100 | 0 | 10100 | 100011111 | 111110 | 110001 |
Color Harmonies of #AA30CC
Complementary color
Monochromatic Colors of #AA30CC
Black with #AA30CC
Text Example
Text Example
White with #AA30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30CC; }
p { color: rgb(170,48,204); }
H1.HeaderClassName
{
color: #AA30CC;
}
.AnyTagClassName
{
color: #AA30CC;
}
</style>
background-color css
<style>
a { background-color: #AA30CC; }
a { background-color: rgb(170,48,204); }
div.DivClassName
{
background-color: #AA30CC;
}
.BgClassName
{
background-color: #AA30CC;
}
</style>
border-color css
<style>
span { border-color: #AA30CC; }
span { border-color: rgb(170,48,204); }
td.TdClassName
{
border-color: #AA30CC;
}
.TagClassName
{
border-color: #AA30CC;
}
</style>