Shades of Dark Orchid #AA1BBD
Tints of Dark Orchid #AA1BBD
RGB
CMYK
RGB Variations
Color information
#AA1BBD (or 0xAA1BBD) is known color: Dark Orchid. HEX triplet: AA, 1B and BD. RGB value is (170,27,189). Sum of RGB (Red+Green+Blue) = 170+27+189=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA1BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BBD is #55E442. Grayscale: #575757. Windows color (decimal): -5628995 or 12393386. OLE color: 12393386.
HSL color Cylindrical-coordinate representation of color #AA1BBD: hue angle of 292.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1BBD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 27 | 189 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.26 |
| HSL | 292.96º | 0.75% | 0.42% | - |
| HSV(B) | 292.96º | 0.86% | 0.74% | - |
| XYZ | 26.15 | 13 | 49.28 | - |
| YUV | 88.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 189 | 0.10 | 0.86 | 0 | 0.26 | 292.96 | 0.75 | 0.42 |
| Hex | AA | 1B | BD | A | 56 | 0 | 1A | 125 | 4B | 2A |
| Octal | 252 | 33 | 275 | 12 | 126 | 0 | 32 | 445 | 113 | 52 |
| Binary | 10101010 | 11011 | 10111101 | 1010 | 1010110 | 0 | 11010 | 100100101 | 1001011 | 101010 |
Color Harmonies of #AA1BBD
Complementary color
Monochromatic Colors of #AA1BBD
Black with #AA1BBD
Text Example
Text Example
White with #AA1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BBD; }
p { color: rgb(170,27,189); }
H1.HeaderClassName
{
color: #AA1BBD;
}
.AnyTagClassName
{
color: #AA1BBD;
}
</style>
background-color css
<style>
a { background-color: #AA1BBD; }
a { background-color: rgb(170,27,189); }
div.DivClassName
{
background-color: #AA1BBD;
}
.BgClassName
{
background-color: #AA1BBD;
}
</style>
border-color css
<style>
span { border-color: #AA1BBD; }
span { border-color: rgb(170,27,189); }
td.TdClassName
{
border-color: #AA1BBD;
}
.TagClassName
{
border-color: #AA1BBD;
}
</style>