Shades of Dark Orchid #AA1AC1
Tints of Dark Orchid #AA1AC1
RGB
CMYK
RGB Variations
Color information
#AA1AC1 (or 0xAA1AC1) is known color: Dark Orchid. HEX triplet: AA, 1A and C1. RGB value is (170,26,193). Sum of RGB (Red+Green+Blue) = 170+26+193=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA1AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AC1 is #55E53E. Grayscale: #575757. Windows color (decimal): -5629247 or 12655274. OLE color: 12655274.
HSL color Cylindrical-coordinate representation of color #AA1AC1: hue angle of 291.74º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1AC1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 26 | 193 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.24 |
| HSL | 291.74º | 0.76% | 0.43% | - |
| HSV(B) | 291.74º | 0.87% | 0.76% | - |
| XYZ | 26.57 | 13.14 | 51.59 | - |
| YUV | 88.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 193 | 0.12 | 0.87 | 0 | 0.24 | 291.74 | 0.76 | 0.43 |
| Hex | AA | 1A | C1 | C | 57 | 0 | 18 | 124 | 4C | 2B |
| Octal | 252 | 32 | 301 | 14 | 127 | 0 | 30 | 444 | 114 | 53 |
| Binary | 10101010 | 11010 | 11000001 | 1100 | 1010111 | 0 | 11000 | 100100100 | 1001100 | 101011 |
Color Harmonies of #AA1AC1
Complementary color
Monochromatic Colors of #AA1AC1
Black with #AA1AC1
Text Example
Text Example
White with #AA1AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AC1; }
p { color: rgb(170,26,193); }
H1.HeaderClassName
{
color: #AA1AC1;
}
.AnyTagClassName
{
color: #AA1AC1;
}
</style>
background-color css
<style>
a { background-color: #AA1AC1; }
a { background-color: rgb(170,26,193); }
div.DivClassName
{
background-color: #AA1AC1;
}
.BgClassName
{
background-color: #AA1AC1;
}
</style>
border-color css
<style>
span { border-color: #AA1AC1; }
span { border-color: rgb(170,26,193); }
td.TdClassName
{
border-color: #AA1AC1;
}
.TagClassName
{
border-color: #AA1AC1;
}
</style>