Shades of Dark Orchid #AD2AAB
Tints of Dark Orchid #AD2AAB
RGB
CMYK
RGB Variations
Color information
#AD2AAB (or 0xAD2AAB) is known color: Dark Orchid. HEX triplet: AD, 2A and AB. RGB value is (173,42,171). Sum of RGB (Red+Green+Blue) = 173+42+171=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2AAB is #52D554. Grayscale: #5F5F5F. Windows color (decimal): -5428565 or 11217581. OLE color: 11217581.
HSL color Cylindrical-coordinate representation of color #AD2AAB: hue angle of 300.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2AAB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 171 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.32 |
| HSL | 300.92º | 0.61% | 0.42% | - |
| HSV(B) | 300.92º | 0.76% | 0.68% | - |
| XYZ | 25.41 | 13.48 | 39.79 | - |
| YUV | 95.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 171 | 0 | 0.76 | 0.01 | 0.32 | 300.92 | 0.61 | 0.42 |
| Hex | AD | 2A | AB | 0 | 4C | 1 | 20 | 12D | 3D | 2A |
| Octal | 255 | 52 | 253 | 0 | 114 | 1 | 40 | 455 | 75 | 52 |
| Binary | 10101101 | 101010 | 10101011 | 0 | 1001100 | 1 | 100000 | 100101101 | 111101 | 101010 |
Color Harmonies of #AD2AAB
Complementary color
Monochromatic Colors of #AD2AAB
Black with #AD2AAB
Text Example
Text Example
White with #AD2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AAB; }
p { color: rgb(173,42,171); }
H1.HeaderClassName
{
color: #AD2AAB;
}
.AnyTagClassName
{
color: #AD2AAB;
}
</style>
background-color css
<style>
a { background-color: #AD2AAB; }
a { background-color: rgb(173,42,171); }
div.DivClassName
{
background-color: #AD2AAB;
}
.BgClassName
{
background-color: #AD2AAB;
}
</style>
border-color css
<style>
span { border-color: #AD2AAB; }
span { border-color: rgb(173,42,171); }
td.TdClassName
{
border-color: #AD2AAB;
}
.TagClassName
{
border-color: #AD2AAB;
}
</style>