Shades of Dark Orchid #AA1DAC
Tints of Dark Orchid #AA1DAC
RGB
CMYK
RGB Variations
Color information
#AA1DAC (or 0xAA1DAC) is known color: Dark Orchid. HEX triplet: AA, 1D and AC. RGB value is (170,29,172). Sum of RGB (Red+Green+Blue) = 170+29+172=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DAC is #55E253. Grayscale: #575757. Windows color (decimal): -5628500 or 11279786. OLE color: 11279786.
HSL color Cylindrical-coordinate representation of color #AA1DAC: hue angle of 299.16º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DAC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 172 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.33 |
| HSL | 299.16º | 0.71% | 0.39% | - |
| HSV(B) | 299.16º | 0.83% | 0.67% | - |
| XYZ | 24.46 | 12.4 | 40.13 | - |
| YUV | 87.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 172 | 0.01 | 0.83 | 0 | 0.33 | 299.16 | 0.71 | 0.39 |
| Hex | AA | 1D | AC | 1 | 53 | 0 | 21 | 12B | 47 | 27 |
| Octal | 252 | 35 | 254 | 1 | 123 | 0 | 41 | 453 | 107 | 47 |
| Binary | 10101010 | 11101 | 10101100 | 1 | 1010011 | 0 | 100001 | 100101011 | 1000111 | 100111 |
Color Harmonies of #AA1DAC
Complementary color
Monochromatic Colors of #AA1DAC
Black with #AA1DAC
Text Example
Text Example
White with #AA1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DAC; }
p { color: rgb(170,29,172); }
H1.HeaderClassName
{
color: #AA1DAC;
}
.AnyTagClassName
{
color: #AA1DAC;
}
</style>
background-color css
<style>
a { background-color: #AA1DAC; }
a { background-color: rgb(170,29,172); }
div.DivClassName
{
background-color: #AA1DAC;
}
.BgClassName
{
background-color: #AA1DAC;
}
</style>
border-color css
<style>
span { border-color: #AA1DAC; }
span { border-color: rgb(170,29,172); }
td.TdClassName
{
border-color: #AA1DAC;
}
.TagClassName
{
border-color: #AA1DAC;
}
</style>