Shades of Dark Orchid #AA1ACB
Tints of Dark Orchid #AA1ACB
RGB
CMYK
RGB Variations
Color information
#AA1ACB (or 0xAA1ACB) is known color: Dark Orchid. HEX triplet: AA, 1A and CB. RGB value is (170,26,203). Sum of RGB (Red+Green+Blue) = 170+26+203=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA1ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ACB is #55E534. Grayscale: #585858. Windows color (decimal): -5629237 or 13310634. OLE color: 13310634.
HSL color Cylindrical-coordinate representation of color #AA1ACB: hue angle of 288.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1ACB is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 26 | 203 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.20 |
| HSL | 288.81º | 0.77% | 0.45% | - |
| HSV(B) | 288.81º | 0.87% | 0.8% | - |
| XYZ | 27.73 | 13.6 | 57.66 | - |
| YUV | 89.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 203 | 0.16 | 0.87 | 0 | 0.20 | 288.81 | 0.77 | 0.45 |
| Hex | AA | 1A | CB | 10 | 57 | 0 | 14 | 121 | 4D | 2D |
| Octal | 252 | 32 | 313 | 20 | 127 | 0 | 24 | 441 | 115 | 55 |
| Binary | 10101010 | 11010 | 11001011 | 10000 | 1010111 | 0 | 10100 | 100100001 | 1001101 | 101101 |
Color Harmonies of #AA1ACB
Complementary color
Monochromatic Colors of #AA1ACB
Black with #AA1ACB
Text Example
Text Example
White with #AA1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1ACB; }
p { color: rgb(170,26,203); }
H1.HeaderClassName
{
color: #AA1ACB;
}
.AnyTagClassName
{
color: #AA1ACB;
}
</style>
background-color css
<style>
a { background-color: #AA1ACB; }
a { background-color: rgb(170,26,203); }
div.DivClassName
{
background-color: #AA1ACB;
}
.BgClassName
{
background-color: #AA1ACB;
}
</style>
border-color css
<style>
span { border-color: #AA1ACB; }
span { border-color: rgb(170,26,203); }
td.TdClassName
{
border-color: #AA1ACB;
}
.TagClassName
{
border-color: #AA1ACB;
}
</style>