Shades of Dark Orchid #AA30B4
Tints of Dark Orchid #AA30B4
RGB
CMYK
RGB Variations
Color information
#AA30B4 (or 0xAA30B4) is known color: Dark Orchid. HEX triplet: AA, 30 and B4. RGB value is (170,48,180). Sum of RGB (Red+Green+Blue) = 170+48+180=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA30B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30B4 is #55CF4B. Grayscale: #636363. Windows color (decimal): -5623628 or 11808938. OLE color: 11808938.
HSL color Cylindrical-coordinate representation of color #AA30B4: hue angle of 295.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA30B4 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 48 | 180 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.29 |
| HSL | 295.45º | 0.58% | 0.45% | - |
| HSV(B) | 295.45º | 0.73% | 0.71% | - |
| XYZ | 25.87 | 13.96 | 44.51 | - |
| YUV | 99.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 180 | 0.06 | 0.73 | 0 | 0.29 | 295.45 | 0.58 | 0.45 |
| Hex | AA | 30 | B4 | 6 | 49 | 0 | 1D | 127 | 3A | 2D |
| Octal | 252 | 60 | 264 | 6 | 111 | 0 | 35 | 447 | 72 | 55 |
| Binary | 10101010 | 110000 | 10110100 | 110 | 1001001 | 0 | 11101 | 100100111 | 111010 | 101101 |
Color Harmonies of #AA30B4
Complementary color
Monochromatic Colors of #AA30B4
Black with #AA30B4
Text Example
Text Example
White with #AA30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30B4; }
p { color: rgb(170,48,180); }
H1.HeaderClassName
{
color: #AA30B4;
}
.AnyTagClassName
{
color: #AA30B4;
}
</style>
background-color css
<style>
a { background-color: #AA30B4; }
a { background-color: rgb(170,48,180); }
div.DivClassName
{
background-color: #AA30B4;
}
.BgClassName
{
background-color: #AA30B4;
}
</style>
border-color css
<style>
span { border-color: #AA30B4; }
span { border-color: rgb(170,48,180); }
td.TdClassName
{
border-color: #AA30B4;
}
.TagClassName
{
border-color: #AA30B4;
}
</style>