Shades of Dark Orchid #AA1BBA
Tints of Dark Orchid #AA1BBA
RGB
CMYK
RGB Variations
Color information
#AA1BBA (or 0xAA1BBA) is known color: Dark Orchid. HEX triplet: AA, 1B and BA. RGB value is (170,27,186). Sum of RGB (Red+Green+Blue) = 170+27+186=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BBA is #55E445. Grayscale: #575757. Windows color (decimal): -5628998 or 12196778. OLE color: 12196778.
HSL color Cylindrical-coordinate representation of color #AA1BBA: hue angle of 293.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1BBA is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 27 | 186 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.27 |
| HSL | 293.96º | 0.75% | 0.42% | - |
| HSV(B) | 293.96º | 0.85% | 0.73% | - |
| XYZ | 25.83 | 12.88 | 47.58 | - |
| YUV | 87.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 186 | 0.09 | 0.85 | 0 | 0.27 | 293.96 | 0.75 | 0.42 |
| Hex | AA | 1B | BA | 9 | 55 | 0 | 1B | 126 | 4B | 2A |
| Octal | 252 | 33 | 272 | 11 | 125 | 0 | 33 | 446 | 113 | 52 |
| Binary | 10101010 | 11011 | 10111010 | 1001 | 1010101 | 0 | 11011 | 100100110 | 1001011 | 101010 |
Color Harmonies of #AA1BBA
Complementary color
Monochromatic Colors of #AA1BBA
Black with #AA1BBA
Text Example
Text Example
White with #AA1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BBA; }
p { color: rgb(170,27,186); }
H1.HeaderClassName
{
color: #AA1BBA;
}
.AnyTagClassName
{
color: #AA1BBA;
}
</style>
background-color css
<style>
a { background-color: #AA1BBA; }
a { background-color: rgb(170,27,186); }
div.DivClassName
{
background-color: #AA1BBA;
}
.BgClassName
{
background-color: #AA1BBA;
}
</style>
border-color css
<style>
span { border-color: #AA1BBA; }
span { border-color: rgb(170,27,186); }
td.TdClassName
{
border-color: #AA1BBA;
}
.TagClassName
{
border-color: #AA1BBA;
}
</style>