Shades of Dark Orchid #AA1CCC
Tints of Dark Orchid #AA1CCC
RGB
CMYK
RGB Variations
Color information
#AA1CCC (or 0xAA1CCC) is known color: Dark Orchid. HEX triplet: AA, 1C and CC. RGB value is (170,28,204). Sum of RGB (Red+Green+Blue) = 170+28+204=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CCC is #55E333. Grayscale: #595959. Windows color (decimal): -5628724 or 13376682. OLE color: 13376682.
HSL color Cylindrical-coordinate representation of color #AA1CCC: hue angle of 288.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1CCC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 28 | 204 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.2 |
| HSL | 288.41º | 0.76% | 0.45% | - |
| HSV(B) | 288.41º | 0.86% | 0.8% | - |
| XYZ | 27.89 | 13.74 | 58.31 | - |
| YUV | 90.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 204 | 0.17 | 0.86 | 0 | 0.2 | 288.41 | 0.76 | 0.45 |
| Hex | AA | 1C | CC | 11 | 56 | 0 | 14 | 120 | 4C | 2D |
| Octal | 252 | 34 | 314 | 21 | 126 | 0 | 24 | 440 | 114 | 55 |
| Binary | 10101010 | 11100 | 11001100 | 10001 | 1010110 | 0 | 10100 | 100100000 | 1001100 | 101101 |
Color Harmonies of #AA1CCC
Complementary color
Monochromatic Colors of #AA1CCC
Black with #AA1CCC
Text Example
Text Example
White with #AA1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CCC; }
p { color: rgb(170,28,204); }
H1.HeaderClassName
{
color: #AA1CCC;
}
.AnyTagClassName
{
color: #AA1CCC;
}
</style>
background-color css
<style>
a { background-color: #AA1CCC; }
a { background-color: rgb(170,28,204); }
div.DivClassName
{
background-color: #AA1CCC;
}
.BgClassName
{
background-color: #AA1CCC;
}
</style>
border-color css
<style>
span { border-color: #AA1CCC; }
span { border-color: rgb(170,28,204); }
td.TdClassName
{
border-color: #AA1CCC;
}
.TagClassName
{
border-color: #AA1CCC;
}
</style>