Shades of Dark Orchid #AA30CF
Tints of Dark Orchid #AA30CF
RGB
CMYK
RGB Variations
Color information
#AA30CF (or 0xAA30CF) is known color: Dark Orchid. HEX triplet: AA, 30 and CF. RGB value is (170,48,207). Sum of RGB (Red+Green+Blue) = 170+48+207=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA30CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30CF is #55CF30. Grayscale: #666666. Windows color (decimal): -5623601 or 13578410. OLE color: 13578410.
HSL color Cylindrical-coordinate representation of color #AA30CF: hue angle of 286.04º 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 #AA30CF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 48 | 207 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.19 |
| HSL | 286.04º | 0.62% | 0.5% | - |
| HSV(B) | 286.04º | 0.77% | 0.81% | - |
| XYZ | 28.9 | 15.16 | 60.44 | - |
| YUV | 102.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 207 | 0.18 | 0.77 | 0 | 0.19 | 286.04 | 0.62 | 0.5 |
| Hex | AA | 30 | CF | 12 | 4D | 0 | 13 | 11E | 3E | 32 |
| Octal | 252 | 60 | 317 | 22 | 115 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101010 | 110000 | 11001111 | 10010 | 1001101 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #AA30CF
Complementary color
Monochromatic Colors of #AA30CF
Black with #AA30CF
Text Example
Text Example
White with #AA30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30CF; }
p { color: rgb(170,48,207); }
H1.HeaderClassName
{
color: #AA30CF;
}
.AnyTagClassName
{
color: #AA30CF;
}
</style>
background-color css
<style>
a { background-color: #AA30CF; }
a { background-color: rgb(170,48,207); }
div.DivClassName
{
background-color: #AA30CF;
}
.BgClassName
{
background-color: #AA30CF;
}
</style>
border-color css
<style>
span { border-color: #AA30CF; }
span { border-color: rgb(170,48,207); }
td.TdClassName
{
border-color: #AA30CF;
}
.TagClassName
{
border-color: #AA30CF;
}
</style>