Shades of Dark Orchid #AA1BCE
Tints of Dark Orchid #AA1BCE
RGB
CMYK
RGB Variations
Color information
#AA1BCE (or 0xAA1BCE) is known color: Dark Orchid. HEX triplet: AA, 1B and CE. RGB value is (170,27,206). Sum of RGB (Red+Green+Blue) = 170+27+206=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA1BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BCE is #55E431. Grayscale: #595959. Windows color (decimal): -5628978 or 13507498. OLE color: 13507498.
HSL color Cylindrical-coordinate representation of color #AA1BCE: hue angle of 287.93º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1BCE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 27 | 206 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.19 |
| HSL | 287.93º | 0.77% | 0.46% | - |
| HSV(B) | 287.93º | 0.87% | 0.81% | - |
| XYZ | 28.11 | 13.79 | 59.57 | - |
| YUV | 90.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 206 | 0.17 | 0.87 | 0 | 0.19 | 287.93 | 0.77 | 0.46 |
| Hex | AA | 1B | CE | 11 | 57 | 0 | 13 | 120 | 4D | 2E |
| Octal | 252 | 33 | 316 | 21 | 127 | 0 | 23 | 440 | 115 | 56 |
| Binary | 10101010 | 11011 | 11001110 | 10001 | 1010111 | 0 | 10011 | 100100000 | 1001101 | 101110 |
Color Harmonies of #AA1BCE
Complementary color
Monochromatic Colors of #AA1BCE
Black with #AA1BCE
Text Example
Text Example
White with #AA1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BCE; }
p { color: rgb(170,27,206); }
H1.HeaderClassName
{
color: #AA1BCE;
}
.AnyTagClassName
{
color: #AA1BCE;
}
</style>
background-color css
<style>
a { background-color: #AA1BCE; }
a { background-color: rgb(170,27,206); }
div.DivClassName
{
background-color: #AA1BCE;
}
.BgClassName
{
background-color: #AA1BCE;
}
</style>
border-color css
<style>
span { border-color: #AA1BCE; }
span { border-color: rgb(170,27,206); }
td.TdClassName
{
border-color: #AA1BCE;
}
.TagClassName
{
border-color: #AA1BCE;
}
</style>