Shades of Dark Orchid #AA1BBE
Tints of Dark Orchid #AA1BBE
RGB
CMYK
RGB Variations
Color information
#AA1BBE (or 0xAA1BBE) is known color: Dark Orchid. HEX triplet: AA, 1B and BE. RGB value is (170,27,190). Sum of RGB (Red+Green+Blue) = 170+27+190=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BBE is #55E441. Grayscale: #575757. Windows color (decimal): -5628994 or 12458922. OLE color: 12458922.
HSL color Cylindrical-coordinate representation of color #AA1BBE: hue angle of 292.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1BBE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 27 | 190 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.25 |
| HSL | 292.64º | 0.75% | 0.43% | - |
| HSV(B) | 292.64º | 0.86% | 0.75% | - |
| XYZ | 26.26 | 13.05 | 49.85 | - |
| YUV | 88.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 190 | 0.11 | 0.86 | 0 | 0.25 | 292.64 | 0.75 | 0.43 |
| Hex | AA | 1B | BE | B | 56 | 0 | 19 | 125 | 4B | 2B |
| Octal | 252 | 33 | 276 | 13 | 126 | 0 | 31 | 445 | 113 | 53 |
| Binary | 10101010 | 11011 | 10111110 | 1011 | 1010110 | 0 | 11001 | 100100101 | 1001011 | 101011 |
Color Harmonies of #AA1BBE
Complementary color
Monochromatic Colors of #AA1BBE
Black with #AA1BBE
Text Example
Text Example
White with #AA1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BBE; }
p { color: rgb(170,27,190); }
H1.HeaderClassName
{
color: #AA1BBE;
}
.AnyTagClassName
{
color: #AA1BBE;
}
</style>
background-color css
<style>
a { background-color: #AA1BBE; }
a { background-color: rgb(170,27,190); }
div.DivClassName
{
background-color: #AA1BBE;
}
.BgClassName
{
background-color: #AA1BBE;
}
</style>
border-color css
<style>
span { border-color: #AA1BBE; }
span { border-color: rgb(170,27,190); }
td.TdClassName
{
border-color: #AA1BBE;
}
.TagClassName
{
border-color: #AA1BBE;
}
</style>