Shades of Dark Orchid #AA30C6
Tints of Dark Orchid #AA30C6
RGB
CMYK
RGB Variations
Color information
#AA30C6 (or 0xAA30C6) is known color: Dark Orchid. HEX triplet: AA, 30 and C6. RGB value is (170,48,198). Sum of RGB (Red+Green+Blue) = 170+48+198=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA30C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30C6 is #55CF39. Grayscale: #656565. Windows color (decimal): -5623610 or 12988586. OLE color: 12988586.
HSL color Cylindrical-coordinate representation of color #AA30C6: hue angle of 288.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA30C6 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 48 | 198 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.22 |
| HSL | 288.8º | 0.61% | 0.48% | - |
| HSV(B) | 288.8º | 0.76% | 0.78% | - |
| XYZ | 27.83 | 14.74 | 54.8 | - |
| YUV | 101.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 198 | 0.14 | 0.76 | 0 | 0.22 | 288.8 | 0.61 | 0.48 |
| Hex | AA | 30 | C6 | E | 4C | 0 | 16 | 121 | 3D | 30 |
| Octal | 252 | 60 | 306 | 16 | 114 | 0 | 26 | 441 | 75 | 60 |
| Binary | 10101010 | 110000 | 11000110 | 1110 | 1001100 | 0 | 10110 | 100100001 | 111101 | 110000 |
Color Harmonies of #AA30C6
Complementary color
Monochromatic Colors of #AA30C6
Black with #AA30C6
Text Example
Text Example
White with #AA30C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30C6; }
p { color: rgb(170,48,198); }
H1.HeaderClassName
{
color: #AA30C6;
}
.AnyTagClassName
{
color: #AA30C6;
}
</style>
background-color css
<style>
a { background-color: #AA30C6; }
a { background-color: rgb(170,48,198); }
div.DivClassName
{
background-color: #AA30C6;
}
.BgClassName
{
background-color: #AA30C6;
}
</style>
border-color css
<style>
span { border-color: #AA30C6; }
span { border-color: rgb(170,48,198); }
td.TdClassName
{
border-color: #AA30C6;
}
.TagClassName
{
border-color: #AA30C6;
}
</style>