Shades of Dark Orchid #AA2DBB
Tints of Dark Orchid #AA2DBB
RGB
CMYK
RGB Variations
Color information
#AA2DBB (or 0xAA2DBB) is known color: Dark Orchid. HEX triplet: AA, 2D and BB. RGB value is (170,45,187). Sum of RGB (Red+Green+Blue) = 170+45+187=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA2DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBB is #55D244. Grayscale: #626262. Windows color (decimal): -5624389 or 12266922. OLE color: 12266922.
HSL color Cylindrical-coordinate representation of color #AA2DBB: hue angle of 292.82º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2DBB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 45 | 187 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 292.82º | 0.61% | 0.45% | - |
| HSV(B) | 292.82º | 0.76% | 0.73% | - |
| XYZ | 26.49 | 14.01 | 48.32 | - |
| YUV | 98.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 187 | 0.09 | 0.76 | 0 | 0.27 | 292.82 | 0.61 | 0.45 |
| Hex | AA | 2D | BB | 9 | 4C | 0 | 1B | 125 | 3D | 2D |
| Octal | 252 | 55 | 273 | 11 | 114 | 0 | 33 | 445 | 75 | 55 |
| Binary | 10101010 | 101101 | 10111011 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111101 | 101101 |
Color Harmonies of #AA2DBB
Complementary color
Monochromatic Colors of #AA2DBB
Black with #AA2DBB
Text Example
Text Example
White with #AA2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DBB; }
p { color: rgb(170,45,187); }
H1.HeaderClassName
{
color: #AA2DBB;
}
.AnyTagClassName
{
color: #AA2DBB;
}
</style>
background-color css
<style>
a { background-color: #AA2DBB; }
a { background-color: rgb(170,45,187); }
div.DivClassName
{
background-color: #AA2DBB;
}
.BgClassName
{
background-color: #AA2DBB;
}
</style>
border-color css
<style>
span { border-color: #AA2DBB; }
span { border-color: rgb(170,45,187); }
td.TdClassName
{
border-color: #AA2DBB;
}
.TagClassName
{
border-color: #AA2DBB;
}
</style>