Shades of Dark Orchid #AA2DB5
Tints of Dark Orchid #AA2DB5
RGB
CMYK
RGB Variations
Color information
#AA2DB5 (or 0xAA2DB5) is known color: Dark Orchid. HEX triplet: AA, 2D and B5. RGB value is (170,45,181). Sum of RGB (Red+Green+Blue) = 170+45+181=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA2DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DB5 is #55D24A. Grayscale: #616161. Windows color (decimal): -5624395 or 11873706. OLE color: 11873706.
HSL color Cylindrical-coordinate representation of color #AA2DB5: hue angle of 295.15º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2DB5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 45 | 181 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.29 |
| HSL | 295.15º | 0.6% | 0.44% | - |
| HSV(B) | 295.15º | 0.75% | 0.71% | - |
| XYZ | 25.86 | 13.76 | 45.01 | - |
| YUV | 97.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 181 | 0.06 | 0.75 | 0 | 0.29 | 295.15 | 0.6 | 0.44 |
| Hex | AA | 2D | B5 | 6 | 4B | 0 | 1D | 127 | 3C | 2C |
| Octal | 252 | 55 | 265 | 6 | 113 | 0 | 35 | 447 | 74 | 54 |
| Binary | 10101010 | 101101 | 10110101 | 110 | 1001011 | 0 | 11101 | 100100111 | 111100 | 101100 |
Color Harmonies of #AA2DB5
Complementary color
Monochromatic Colors of #AA2DB5
Black with #AA2DB5
Text Example
Text Example
White with #AA2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DB5; }
p { color: rgb(170,45,181); }
H1.HeaderClassName
{
color: #AA2DB5;
}
.AnyTagClassName
{
color: #AA2DB5;
}
</style>
background-color css
<style>
a { background-color: #AA2DB5; }
a { background-color: rgb(170,45,181); }
div.DivClassName
{
background-color: #AA2DB5;
}
.BgClassName
{
background-color: #AA2DB5;
}
</style>
border-color css
<style>
span { border-color: #AA2DB5; }
span { border-color: rgb(170,45,181); }
td.TdClassName
{
border-color: #AA2DB5;
}
.TagClassName
{
border-color: #AA2DB5;
}
</style>