Shades of Dark Orchid #AA1AB4
Tints of Dark Orchid #AA1AB4
RGB
CMYK
RGB Variations
Color information
#AA1AB4 (or 0xAA1AB4) is known color: Dark Orchid. HEX triplet: AA, 1A and B4. RGB value is (170,26,180). Sum of RGB (Red+Green+Blue) = 170+26+180=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA1AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AB4 is #55E54B. Grayscale: #565656. Windows color (decimal): -5629260 or 11803306. OLE color: 11803306.
HSL color Cylindrical-coordinate representation of color #AA1AB4: hue angle of 296.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1AB4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 26 | 180 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.29 |
| HSL | 296.1º | 0.75% | 0.4% | - |
| HSV(B) | 296.1º | 0.86% | 0.71% | - |
| XYZ | 25.19 | 12.58 | 44.28 | - |
| YUV | 86.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 180 | 0.06 | 0.86 | 0 | 0.29 | 296.1 | 0.75 | 0.4 |
| Hex | AA | 1A | B4 | 6 | 56 | 0 | 1D | 128 | 4B | 28 |
| Octal | 252 | 32 | 264 | 6 | 126 | 0 | 35 | 450 | 113 | 50 |
| Binary | 10101010 | 11010 | 10110100 | 110 | 1010110 | 0 | 11101 | 100101000 | 1001011 | 101000 |
Color Harmonies of #AA1AB4
Complementary color
Monochromatic Colors of #AA1AB4
Black with #AA1AB4
Text Example
Text Example
White with #AA1AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AB4; }
p { color: rgb(170,26,180); }
H1.HeaderClassName
{
color: #AA1AB4;
}
.AnyTagClassName
{
color: #AA1AB4;
}
</style>
background-color css
<style>
a { background-color: #AA1AB4; }
a { background-color: rgb(170,26,180); }
div.DivClassName
{
background-color: #AA1AB4;
}
.BgClassName
{
background-color: #AA1AB4;
}
</style>
border-color css
<style>
span { border-color: #AA1AB4; }
span { border-color: rgb(170,26,180); }
td.TdClassName
{
border-color: #AA1AB4;
}
.TagClassName
{
border-color: #AA1AB4;
}
</style>