Shades of Dark Orchid #AD2AAA
Tints of Dark Orchid #AD2AAA
RGB
CMYK
RGB Variations
Color information
#AD2AAA (or 0xAD2AAA) is known color: Dark Orchid. HEX triplet: AD, 2A and AA. RGB value is (173,42,170). Sum of RGB (Red+Green+Blue) = 173+42+170=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2AAA is #52D555. Grayscale: #5F5F5F. Windows color (decimal): -5428566 or 11152045. OLE color: 11152045.
HSL color Cylindrical-coordinate representation of color #AD2AAA: hue angle of 301.37º 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 #AD2AAA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 170 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.32 |
| HSL | 301.37º | 0.61% | 0.42% | - |
| HSV(B) | 301.37º | 0.76% | 0.68% | - |
| XYZ | 25.32 | 13.44 | 39.29 | - |
| YUV | 95.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 170 | 0 | 0.76 | 0.02 | 0.32 | 301.37 | 0.61 | 0.42 |
| Hex | AD | 2A | AA | 0 | 4C | 2 | 20 | 12D | 3D | 2A |
| Octal | 255 | 52 | 252 | 0 | 114 | 2 | 40 | 455 | 75 | 52 |
| Binary | 10101101 | 101010 | 10101010 | 0 | 1001100 | 10 | 100000 | 100101101 | 111101 | 101010 |
Color Harmonies of #AD2AAA
Complementary color
Monochromatic Colors of #AD2AAA
Black with #AD2AAA
Text Example
Text Example
White with #AD2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AAA; }
p { color: rgb(173,42,170); }
H1.HeaderClassName
{
color: #AD2AAA;
}
.AnyTagClassName
{
color: #AD2AAA;
}
</style>
background-color css
<style>
a { background-color: #AD2AAA; }
a { background-color: rgb(173,42,170); }
div.DivClassName
{
background-color: #AD2AAA;
}
.BgClassName
{
background-color: #AD2AAA;
}
</style>
border-color css
<style>
span { border-color: #AD2AAA; }
span { border-color: rgb(173,42,170); }
td.TdClassName
{
border-color: #AD2AAA;
}
.TagClassName
{
border-color: #AD2AAA;
}
</style>