Shades of Dark Orchid #AA21CF
Tints of Dark Orchid #AA21CF
RGB
CMYK
RGB Variations
Color information
#AA21CF (or 0xAA21CF) is known color: Dark Orchid. HEX triplet: AA, 21 and CF. RGB value is (170,33,207). Sum of RGB (Red+Green+Blue) = 170+33+207=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21CF is #55DE30. Grayscale: #5D5D5D. Windows color (decimal): -5627441 or 13574570. OLE color: 13574570.
HSL color Cylindrical-coordinate representation of color #AA21CF: hue angle of 287.24º degrees, saturation: 0.73, 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 #AA21CF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 33 | 207 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.19 |
| HSL | 287.24º | 0.73% | 0.47% | - |
| HSV(B) | 287.24º | 0.84% | 0.81% | - |
| XYZ | 28.38 | 14.14 | 60.26 | - |
| YUV | 93.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 207 | 0.18 | 0.84 | 0 | 0.19 | 287.24 | 0.73 | 0.47 |
| Hex | AA | 21 | CF | 12 | 54 | 0 | 13 | 11F | 48 | 2F |
| Octal | 252 | 41 | 317 | 22 | 124 | 0 | 23 | 437 | 110 | 57 |
| Binary | 10101010 | 100001 | 11001111 | 10010 | 1010100 | 0 | 10011 | 100011111 | 1001000 | 101111 |
Color Harmonies of #AA21CF
Complementary color
Monochromatic Colors of #AA21CF
Black with #AA21CF
Text Example
Text Example
White with #AA21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21CF; }
p { color: rgb(170,33,207); }
H1.HeaderClassName
{
color: #AA21CF;
}
.AnyTagClassName
{
color: #AA21CF;
}
</style>
background-color css
<style>
a { background-color: #AA21CF; }
a { background-color: rgb(170,33,207); }
div.DivClassName
{
background-color: #AA21CF;
}
.BgClassName
{
background-color: #AA21CF;
}
</style>
border-color css
<style>
span { border-color: #AA21CF; }
span { border-color: rgb(170,33,207); }
td.TdClassName
{
border-color: #AA21CF;
}
.TagClassName
{
border-color: #AA21CF;
}
</style>