Shades of Dark Orchid #AA2CC7
Tints of Dark Orchid #AA2CC7
RGB
CMYK
RGB Variations
Color information
#AA2CC7 (or 0xAA2CC7) is known color: Dark Orchid. HEX triplet: AA, 2C and C7. RGB value is (170,44,199). Sum of RGB (Red+Green+Blue) = 170+44+199=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA2CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CC7 is #55D338. Grayscale: #626262. Windows color (decimal): -5624633 or 13053098. OLE color: 13053098.
HSL color Cylindrical-coordinate representation of color #AA2CC7: hue angle of 288.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2CC7 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 44 | 199 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.22 |
| HSL | 288.77º | 0.64% | 0.48% | - |
| HSV(B) | 288.77º | 0.78% | 0.78% | - |
| XYZ | 27.79 | 14.47 | 55.36 | - |
| YUV | 99.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 199 | 0.15 | 0.78 | 0 | 0.22 | 288.77 | 0.64 | 0.48 |
| Hex | AA | 2C | C7 | F | 4E | 0 | 16 | 121 | 40 | 30 |
| Octal | 252 | 54 | 307 | 17 | 116 | 0 | 26 | 441 | 100 | 60 |
| Binary | 10101010 | 101100 | 11000111 | 1111 | 1001110 | 0 | 10110 | 100100001 | 1000000 | 110000 |
Color Harmonies of #AA2CC7
Complementary color
Monochromatic Colors of #AA2CC7
Black with #AA2CC7
Text Example
Text Example
White with #AA2CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CC7; }
p { color: rgb(170,44,199); }
H1.HeaderClassName
{
color: #AA2CC7;
}
.AnyTagClassName
{
color: #AA2CC7;
}
</style>
background-color css
<style>
a { background-color: #AA2CC7; }
a { background-color: rgb(170,44,199); }
div.DivClassName
{
background-color: #AA2CC7;
}
.BgClassName
{
background-color: #AA2CC7;
}
</style>
border-color css
<style>
span { border-color: #AA2CC7; }
span { border-color: rgb(170,44,199); }
td.TdClassName
{
border-color: #AA2CC7;
}
.TagClassName
{
border-color: #AA2CC7;
}
</style>