Shades of Dark Orchid #AA2CC1
Tints of Dark Orchid #AA2CC1
RGB
CMYK
RGB Variations
Color information
#AA2CC1 (or 0xAA2CC1) is known color: Dark Orchid. HEX triplet: AA, 2C and C1. RGB value is (170,44,193). Sum of RGB (Red+Green+Blue) = 170+44+193=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CC1 is #55D33E. Grayscale: #626262. Windows color (decimal): -5624639 or 12659882. OLE color: 12659882.
HSL color Cylindrical-coordinate representation of color #AA2CC1: hue angle of 290.74º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2CC1 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 44 | 193 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.24 |
| HSL | 290.74º | 0.63% | 0.46% | - |
| HSV(B) | 290.74º | 0.77% | 0.76% | - |
| XYZ | 27.1 | 14.2 | 51.76 | - |
| YUV | 98.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 193 | 0.12 | 0.77 | 0 | 0.24 | 290.74 | 0.63 | 0.46 |
| Hex | AA | 2C | C1 | C | 4D | 0 | 18 | 123 | 3F | 2E |
| Octal | 252 | 54 | 301 | 14 | 115 | 0 | 30 | 443 | 77 | 56 |
| Binary | 10101010 | 101100 | 11000001 | 1100 | 1001101 | 0 | 11000 | 100100011 | 111111 | 101110 |
Color Harmonies of #AA2CC1
Complementary color
Monochromatic Colors of #AA2CC1
Black with #AA2CC1
Text Example
Text Example
White with #AA2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CC1; }
p { color: rgb(170,44,193); }
H1.HeaderClassName
{
color: #AA2CC1;
}
.AnyTagClassName
{
color: #AA2CC1;
}
</style>
background-color css
<style>
a { background-color: #AA2CC1; }
a { background-color: rgb(170,44,193); }
div.DivClassName
{
background-color: #AA2CC1;
}
.BgClassName
{
background-color: #AA2CC1;
}
</style>
border-color css
<style>
span { border-color: #AA2CC1; }
span { border-color: rgb(170,44,193); }
td.TdClassName
{
border-color: #AA2CC1;
}
.TagClassName
{
border-color: #AA2CC1;
}
</style>