Shades of Dark Orchid #AD37C4
Tints of Dark Orchid #AD37C4
RGB
CMYK
RGB Variations
Color information
#AD37C4 (or 0xAD37C4) is known color: Dark Orchid. HEX triplet: AD, 37 and C4. RGB value is (173,55,196). Sum of RGB (Red+Green+Blue) = 173+55+196=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD37C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37C4 is #52C83B. Grayscale: #696969. Windows color (decimal): -5425212 or 12859309. OLE color: 12859309.
HSL color Cylindrical-coordinate representation of color #AD37C4: hue angle of 290.21º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD37C4 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 55 | 196 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.23 |
| HSL | 290.21º | 0.56% | 0.49% | - |
| HSV(B) | 290.21º | 0.72% | 0.77% | - |
| XYZ | 28.56 | 15.6 | 53.73 | - |
| YUV | 106.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 196 | 0.12 | 0.72 | 0 | 0.23 | 290.21 | 0.56 | 0.49 |
| Hex | AD | 37 | C4 | C | 48 | 0 | 17 | 122 | 38 | 31 |
| Octal | 255 | 67 | 304 | 14 | 110 | 0 | 27 | 442 | 70 | 61 |
| Binary | 10101101 | 110111 | 11000100 | 1100 | 1001000 | 0 | 10111 | 100100010 | 111000 | 110001 |
Color Harmonies of #AD37C4
Complementary color
Monochromatic Colors of #AD37C4
Black with #AD37C4
Text Example
Text Example
White with #AD37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37C4; }
p { color: rgb(173,55,196); }
H1.HeaderClassName
{
color: #AD37C4;
}
.AnyTagClassName
{
color: #AD37C4;
}
</style>
background-color css
<style>
a { background-color: #AD37C4; }
a { background-color: rgb(173,55,196); }
div.DivClassName
{
background-color: #AD37C4;
}
.BgClassName
{
background-color: #AD37C4;
}
</style>
border-color css
<style>
span { border-color: #AD37C4; }
span { border-color: rgb(173,55,196); }
td.TdClassName
{
border-color: #AD37C4;
}
.TagClassName
{
border-color: #AD37C4;
}
</style>