Shades of Dark Orchid #AA22CF
Tints of Dark Orchid #AA22CF
RGB
CMYK
RGB Variations
Color information
#AA22CF (or 0xAA22CF) is known color: Dark Orchid. HEX triplet: AA, 22 and CF. RGB value is (170,34,207). Sum of RGB (Red+Green+Blue) = 170+34+207=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA22CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22CF is #55DD30. Grayscale: #5D5D5D. Windows color (decimal): -5627185 or 13574826. OLE color: 13574826.
HSL color Cylindrical-coordinate representation of color #AA22CF: hue angle of 287.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA22CF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 34 | 207 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.19 |
| HSL | 287.17º | 0.72% | 0.47% | - |
| HSV(B) | 287.17º | 0.84% | 0.81% | - |
| XYZ | 28.41 | 14.2 | 60.27 | - |
| YUV | 94.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 207 | 0.18 | 0.84 | 0 | 0.19 | 287.17 | 0.72 | 0.47 |
| Hex | AA | 22 | CF | 12 | 54 | 0 | 13 | 11F | 48 | 2F |
| Octal | 252 | 42 | 317 | 22 | 124 | 0 | 23 | 437 | 110 | 57 |
| Binary | 10101010 | 100010 | 11001111 | 10010 | 1010100 | 0 | 10011 | 100011111 | 1001000 | 101111 |
Color Harmonies of #AA22CF
Complementary color
Monochromatic Colors of #AA22CF
Black with #AA22CF
Text Example
Text Example
White with #AA22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22CF; }
p { color: rgb(170,34,207); }
H1.HeaderClassName
{
color: #AA22CF;
}
.AnyTagClassName
{
color: #AA22CF;
}
</style>
background-color css
<style>
a { background-color: #AA22CF; }
a { background-color: rgb(170,34,207); }
div.DivClassName
{
background-color: #AA22CF;
}
.BgClassName
{
background-color: #AA22CF;
}
</style>
border-color css
<style>
span { border-color: #AA22CF; }
span { border-color: rgb(170,34,207); }
td.TdClassName
{
border-color: #AA22CF;
}
.TagClassName
{
border-color: #AA22CF;
}
</style>