Shades of Dark Orchid #AA1CC5
Tints of Dark Orchid #AA1CC5
RGB
CMYK
RGB Variations
Color information
#AA1CC5 (or 0xAA1CC5) is known color: Dark Orchid. HEX triplet: AA, 1C and C5. RGB value is (170,28,197). Sum of RGB (Red+Green+Blue) = 170+28+197=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA1CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CC5 is #55E33A. Grayscale: #595959. Windows color (decimal): -5628731 or 12917930. OLE color: 12917930.
HSL color Cylindrical-coordinate representation of color #AA1CC5: hue angle of 290.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1CC5 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 28 | 197 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.23 |
| HSL | 290.41º | 0.75% | 0.44% | - |
| HSV(B) | 290.41º | 0.86% | 0.77% | - |
| XYZ | 27.07 | 13.41 | 53.98 | - |
| YUV | 89.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 197 | 0.14 | 0.86 | 0 | 0.23 | 290.41 | 0.75 | 0.44 |
| Hex | AA | 1C | C5 | E | 56 | 0 | 17 | 122 | 4B | 2C |
| Octal | 252 | 34 | 305 | 16 | 126 | 0 | 27 | 442 | 113 | 54 |
| Binary | 10101010 | 11100 | 11000101 | 1110 | 1010110 | 0 | 10111 | 100100010 | 1001011 | 101100 |
Color Harmonies of #AA1CC5
Complementary color
Monochromatic Colors of #AA1CC5
Black with #AA1CC5
Text Example
Text Example
White with #AA1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CC5; }
p { color: rgb(170,28,197); }
H1.HeaderClassName
{
color: #AA1CC5;
}
.AnyTagClassName
{
color: #AA1CC5;
}
</style>
background-color css
<style>
a { background-color: #AA1CC5; }
a { background-color: rgb(170,28,197); }
div.DivClassName
{
background-color: #AA1CC5;
}
.BgClassName
{
background-color: #AA1CC5;
}
</style>
border-color css
<style>
span { border-color: #AA1CC5; }
span { border-color: rgb(170,28,197); }
td.TdClassName
{
border-color: #AA1CC5;
}
.TagClassName
{
border-color: #AA1CC5;
}
</style>