Shades of Dark Orchid #AD2DC4
Tints of Dark Orchid #AD2DC4
RGB
CMYK
RGB Variations
Color information
#AD2DC4 (or 0xAD2DC4) is known color: Dark Orchid. HEX triplet: AD, 2D and C4. RGB value is (173,45,196). Sum of RGB (Red+Green+Blue) = 173+45+196=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD2DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DC4 is #52D23B. Grayscale: #646464. Windows color (decimal): -5427772 or 12856749. OLE color: 12856749.
HSL color Cylindrical-coordinate representation of color #AD2DC4: hue angle of 290.86º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2DC4 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 45 | 196 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.23 |
| HSL | 290.86º | 0.63% | 0.47% | - |
| HSV(B) | 290.86º | 0.77% | 0.77% | - |
| XYZ | 28.14 | 14.75 | 53.59 | - |
| YUV | 100.49 | 181.91 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 196 | 0.12 | 0.77 | 0 | 0.23 | 290.86 | 0.63 | 0.47 |
| Hex | AD | 2D | C4 | C | 4D | 0 | 17 | 123 | 3F | 2F |
| Octal | 255 | 55 | 304 | 14 | 115 | 0 | 27 | 443 | 77 | 57 |
| Binary | 10101101 | 101101 | 11000100 | 1100 | 1001101 | 0 | 10111 | 100100011 | 111111 | 101111 |
Color Harmonies of #AD2DC4
Complementary color
Monochromatic Colors of #AD2DC4
Black with #AD2DC4
Text Example
Text Example
White with #AD2DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DC4; }
p { color: rgb(173,45,196); }
H1.HeaderClassName
{
color: #AD2DC4;
}
.AnyTagClassName
{
color: #AD2DC4;
}
</style>
background-color css
<style>
a { background-color: #AD2DC4; }
a { background-color: rgb(173,45,196); }
div.DivClassName
{
background-color: #AD2DC4;
}
.BgClassName
{
background-color: #AD2DC4;
}
</style>
border-color css
<style>
span { border-color: #AD2DC4; }
span { border-color: rgb(173,45,196); }
td.TdClassName
{
border-color: #AD2DC4;
}
.TagClassName
{
border-color: #AD2DC4;
}
</style>