Shades of Dark Orchid #AA21CC
Tints of Dark Orchid #AA21CC
RGB
CMYK
RGB Variations
Color information
#AA21CC (or 0xAA21CC) is known color: Dark Orchid. HEX triplet: AA, 21 and CC. RGB value is (170,33,204). Sum of RGB (Red+Green+Blue) = 170+33+204=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21CC is #55DE33. Grayscale: #5C5C5C. Windows color (decimal): -5627444 or 13377962. OLE color: 13377962.
HSL color Cylindrical-coordinate representation of color #AA21CC: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA21CC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 33 | 204 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.2 |
| HSL | 288.07º | 0.72% | 0.46% | - |
| HSV(B) | 288.07º | 0.84% | 0.8% | - |
| XYZ | 28.02 | 13.99 | 58.35 | - |
| YUV | 93.46 | 190.39 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 204 | 0.17 | 0.84 | 0 | 0.2 | 288.07 | 0.72 | 0.46 |
| Hex | AA | 21 | CC | 11 | 54 | 0 | 14 | 120 | 48 | 2E |
| Octal | 252 | 41 | 314 | 21 | 124 | 0 | 24 | 440 | 110 | 56 |
| Binary | 10101010 | 100001 | 11001100 | 10001 | 1010100 | 0 | 10100 | 100100000 | 1001000 | 101110 |
Color Harmonies of #AA21CC
Complementary color
Monochromatic Colors of #AA21CC
Black with #AA21CC
Text Example
Text Example
White with #AA21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21CC; }
p { color: rgb(170,33,204); }
H1.HeaderClassName
{
color: #AA21CC;
}
.AnyTagClassName
{
color: #AA21CC;
}
</style>
background-color css
<style>
a { background-color: #AA21CC; }
a { background-color: rgb(170,33,204); }
div.DivClassName
{
background-color: #AA21CC;
}
.BgClassName
{
background-color: #AA21CC;
}
</style>
border-color css
<style>
span { border-color: #AA21CC; }
span { border-color: rgb(170,33,204); }
td.TdClassName
{
border-color: #AA21CC;
}
.TagClassName
{
border-color: #AA21CC;
}
</style>