Shades of Dark Orchid #AA30BC
Tints of Dark Orchid #AA30BC
RGB
CMYK
RGB Variations
Color information
#AA30BC (or 0xAA30BC) is known color: Dark Orchid. HEX triplet: AA, 30 and BC. RGB value is (170,48,188). Sum of RGB (Red+Green+Blue) = 170+48+188=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA30BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BC is #55CF43. Grayscale: #646464. Windows color (decimal): -5623620 or 12333226. OLE color: 12333226.
HSL color Cylindrical-coordinate representation of color #AA30BC: hue angle of 292.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA30BC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 48 | 188 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.26 |
| HSL | 292.29º | 0.59% | 0.46% | - |
| HSV(B) | 292.29º | 0.74% | 0.74% | - |
| XYZ | 26.71 | 14.29 | 48.93 | - |
| YUV | 100.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 188 | 0.10 | 0.74 | 0 | 0.26 | 292.29 | 0.59 | 0.46 |
| Hex | AA | 30 | BC | A | 4A | 0 | 1A | 124 | 3B | 2E |
| Octal | 252 | 60 | 274 | 12 | 112 | 0 | 32 | 444 | 73 | 56 |
| Binary | 10101010 | 110000 | 10111100 | 1010 | 1001010 | 0 | 11010 | 100100100 | 111011 | 101110 |
Color Harmonies of #AA30BC
Complementary color
Monochromatic Colors of #AA30BC
Black with #AA30BC
Text Example
Text Example
White with #AA30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30BC; }
p { color: rgb(170,48,188); }
H1.HeaderClassName
{
color: #AA30BC;
}
.AnyTagClassName
{
color: #AA30BC;
}
</style>
background-color css
<style>
a { background-color: #AA30BC; }
a { background-color: rgb(170,48,188); }
div.DivClassName
{
background-color: #AA30BC;
}
.BgClassName
{
background-color: #AA30BC;
}
</style>
border-color css
<style>
span { border-color: #AA30BC; }
span { border-color: rgb(170,48,188); }
td.TdClassName
{
border-color: #AA30BC;
}
.TagClassName
{
border-color: #AA30BC;
}
</style>