Shades of Dark Orchid #AD2CC4
Tints of Dark Orchid #AD2CC4
RGB
CMYK
RGB Variations
Color information
#AD2CC4 (or 0xAD2CC4) is known color: Dark Orchid. HEX triplet: AD, 2C and C4. RGB value is (173,44,196). Sum of RGB (Red+Green+Blue) = 173+44+196=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD2CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CC4 is #52D33B. Grayscale: #636363. Windows color (decimal): -5428028 or 12856493. OLE color: 12856493.
HSL color Cylindrical-coordinate representation of color #AD2CC4: hue angle of 290.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2CC4 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 44 | 196 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.23 |
| HSL | 290.92º | 0.63% | 0.47% | - |
| HSV(B) | 290.92º | 0.78% | 0.77% | - |
| XYZ | 28.1 | 14.67 | 53.58 | - |
| YUV | 99.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 196 | 0.12 | 0.78 | 0 | 0.23 | 290.92 | 0.63 | 0.47 |
| Hex | AD | 2C | C4 | C | 4E | 0 | 17 | 123 | 3F | 2F |
| Octal | 255 | 54 | 304 | 14 | 116 | 0 | 27 | 443 | 77 | 57 |
| Binary | 10101101 | 101100 | 11000100 | 1100 | 1001110 | 0 | 10111 | 100100011 | 111111 | 101111 |
Color Harmonies of #AD2CC4
Complementary color
Monochromatic Colors of #AD2CC4
Black with #AD2CC4
Text Example
Text Example
White with #AD2CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CC4; }
p { color: rgb(173,44,196); }
H1.HeaderClassName
{
color: #AD2CC4;
}
.AnyTagClassName
{
color: #AD2CC4;
}
</style>
background-color css
<style>
a { background-color: #AD2CC4; }
a { background-color: rgb(173,44,196); }
div.DivClassName
{
background-color: #AD2CC4;
}
.BgClassName
{
background-color: #AD2CC4;
}
</style>
border-color css
<style>
span { border-color: #AD2CC4; }
span { border-color: rgb(173,44,196); }
td.TdClassName
{
border-color: #AD2CC4;
}
.TagClassName
{
border-color: #AD2CC4;
}
</style>