Shades of Dark Orchid #AA20BF
Tints of Dark Orchid #AA20BF
RGB
CMYK
RGB Variations
Color information
#AA20BF (or 0xAA20BF) is known color: Dark Orchid. HEX triplet: AA, 20 and BF. RGB value is (170,32,191). Sum of RGB (Red+Green+Blue) = 170+32+191=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BF is #55DF40. Grayscale: #5A5A5A. Windows color (decimal): -5627713 or 12525738. OLE color: 12525738.
HSL color Cylindrical-coordinate representation of color #AA20BF: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA20BF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 32 | 191 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.25 |
| HSL | 292.08º | 0.71% | 0.44% | - |
| HSV(B) | 292.08º | 0.83% | 0.75% | - |
| XYZ | 26.5 | 13.34 | 50.47 | - |
| YUV | 91.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 191 | 0.11 | 0.83 | 0 | 0.25 | 292.08 | 0.71 | 0.44 |
| Hex | AA | 20 | BF | B | 53 | 0 | 19 | 124 | 47 | 2C |
| Octal | 252 | 40 | 277 | 13 | 123 | 0 | 31 | 444 | 107 | 54 |
| Binary | 10101010 | 100000 | 10111111 | 1011 | 1010011 | 0 | 11001 | 100100100 | 1000111 | 101100 |
Color Harmonies of #AA20BF
Complementary color
Monochromatic Colors of #AA20BF
Black with #AA20BF
Text Example
Text Example
White with #AA20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20BF; }
p { color: rgb(170,32,191); }
H1.HeaderClassName
{
color: #AA20BF;
}
.AnyTagClassName
{
color: #AA20BF;
}
</style>
background-color css
<style>
a { background-color: #AA20BF; }
a { background-color: rgb(170,32,191); }
div.DivClassName
{
background-color: #AA20BF;
}
.BgClassName
{
background-color: #AA20BF;
}
</style>
border-color css
<style>
span { border-color: #AA20BF; }
span { border-color: rgb(170,32,191); }
td.TdClassName
{
border-color: #AA20BF;
}
.TagClassName
{
border-color: #AA20BF;
}
</style>