Shades of Dark Orchid #AA2DB1
Tints of Dark Orchid #AA2DB1
RGB
CMYK
RGB Variations
Color information
#AA2DB1 (or 0xAA2DB1) is known color: Dark Orchid. HEX triplet: AA, 2D and B1. RGB value is (170,45,177). Sum of RGB (Red+Green+Blue) = 170+45+177=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2DB1 is #55D24E. Grayscale: #616161. Windows color (decimal): -5624399 or 11611562. OLE color: 11611562.
HSL color Cylindrical-coordinate representation of color #AA2DB1: hue angle of 296.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2DB1 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 45 | 177 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.31 |
| HSL | 296.82º | 0.59% | 0.44% | - |
| HSV(B) | 296.82º | 0.75% | 0.69% | - |
| XYZ | 25.45 | 13.6 | 42.88 | - |
| YUV | 97.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 177 | 0.04 | 0.75 | 0 | 0.31 | 296.82 | 0.59 | 0.44 |
| Hex | AA | 2D | B1 | 4 | 4B | 0 | 1F | 129 | 3B | 2C |
| Octal | 252 | 55 | 261 | 4 | 113 | 0 | 37 | 451 | 73 | 54 |
| Binary | 10101010 | 101101 | 10110001 | 100 | 1001011 | 0 | 11111 | 100101001 | 111011 | 101100 |
Color Harmonies of #AA2DB1
Complementary color
Monochromatic Colors of #AA2DB1
Black with #AA2DB1
Text Example
Text Example
White with #AA2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DB1; }
p { color: rgb(170,45,177); }
H1.HeaderClassName
{
color: #AA2DB1;
}
.AnyTagClassName
{
color: #AA2DB1;
}
</style>
background-color css
<style>
a { background-color: #AA2DB1; }
a { background-color: rgb(170,45,177); }
div.DivClassName
{
background-color: #AA2DB1;
}
.BgClassName
{
background-color: #AA2DB1;
}
</style>
border-color css
<style>
span { border-color: #AA2DB1; }
span { border-color: rgb(170,45,177); }
td.TdClassName
{
border-color: #AA2DB1;
}
.TagClassName
{
border-color: #AA2DB1;
}
</style>