Shades of Dark Orchid #AD2CAA
Tints of Dark Orchid #AD2CAA
RGB
CMYK
RGB Variations
Color information
#AD2CAA (or 0xAD2CAA) is known color: Dark Orchid. HEX triplet: AD, 2C and AA. RGB value is (173,44,170). Sum of RGB (Red+Green+Blue) = 173+44+170=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2CAA is #52D355. Grayscale: #606060. Windows color (decimal): -5428054 or 11152557. OLE color: 11152557.
HSL color Cylindrical-coordinate representation of color #AD2CAA: hue angle of 301.4º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2CAA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 170 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.32 |
| HSL | 301.4º | 0.59% | 0.43% | - |
| HSV(B) | 301.4º | 0.75% | 0.68% | - |
| XYZ | 25.39 | 13.59 | 39.31 | - |
| YUV | 96.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 170 | 0 | 0.75 | 0.02 | 0.32 | 301.4 | 0.59 | 0.43 |
| Hex | AD | 2C | AA | 0 | 4B | 2 | 20 | 12D | 3B | 2B |
| Octal | 255 | 54 | 252 | 0 | 113 | 2 | 40 | 455 | 73 | 53 |
| Binary | 10101101 | 101100 | 10101010 | 0 | 1001011 | 10 | 100000 | 100101101 | 111011 | 101011 |
Color Harmonies of #AD2CAA
Complementary color
Monochromatic Colors of #AD2CAA
Black with #AD2CAA
Text Example
Text Example
White with #AD2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CAA; }
p { color: rgb(173,44,170); }
H1.HeaderClassName
{
color: #AD2CAA;
}
.AnyTagClassName
{
color: #AD2CAA;
}
</style>
background-color css
<style>
a { background-color: #AD2CAA; }
a { background-color: rgb(173,44,170); }
div.DivClassName
{
background-color: #AD2CAA;
}
.BgClassName
{
background-color: #AD2CAA;
}
</style>
border-color css
<style>
span { border-color: #AD2CAA; }
span { border-color: rgb(173,44,170); }
td.TdClassName
{
border-color: #AD2CAA;
}
.TagClassName
{
border-color: #AD2CAA;
}
</style>