Shades of Dark Orchid #AA2FCC
Tints of Dark Orchid #AA2FCC
RGB
CMYK
RGB Variations
Color information
#AA2FCC (or 0xAA2FCC) is known color: Dark Orchid. HEX triplet: AA, 2F and CC. RGB value is (170,47,204). Sum of RGB (Red+Green+Blue) = 170+47+204=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FCC is #55D033. Grayscale: #656565. Windows color (decimal): -5623860 or 13381546. OLE color: 13381546.
HSL color Cylindrical-coordinate representation of color #AA2FCC: hue angle of 287.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2FCC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 47 | 204 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.2 |
| HSL | 287.01º | 0.63% | 0.49% | - |
| HSV(B) | 287.01º | 0.77% | 0.8% | - |
| XYZ | 28.49 | 14.94 | 58.51 | - |
| YUV | 101.68 | 185.75 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 204 | 0.17 | 0.77 | 0 | 0.2 | 287.01 | 0.63 | 0.49 |
| Hex | AA | 2F | CC | 11 | 4D | 0 | 14 | 11F | 3F | 31 |
| Octal | 252 | 57 | 314 | 21 | 115 | 0 | 24 | 437 | 77 | 61 |
| Binary | 10101010 | 101111 | 11001100 | 10001 | 1001101 | 0 | 10100 | 100011111 | 111111 | 110001 |
Color Harmonies of #AA2FCC
Complementary color
Monochromatic Colors of #AA2FCC
Black with #AA2FCC
Text Example
Text Example
White with #AA2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FCC; }
p { color: rgb(170,47,204); }
H1.HeaderClassName
{
color: #AA2FCC;
}
.AnyTagClassName
{
color: #AA2FCC;
}
</style>
background-color css
<style>
a { background-color: #AA2FCC; }
a { background-color: rgb(170,47,204); }
div.DivClassName
{
background-color: #AA2FCC;
}
.BgClassName
{
background-color: #AA2FCC;
}
</style>
border-color css
<style>
span { border-color: #AA2FCC; }
span { border-color: rgb(170,47,204); }
td.TdClassName
{
border-color: #AA2FCC;
}
.TagClassName
{
border-color: #AA2FCC;
}
</style>