Shades of Dark Orchid #AD31B5
Tints of Dark Orchid #AD31B5
RGB
CMYK
RGB Variations
Color information
#AD31B5 (or 0xAD31B5) is known color: Dark Orchid. HEX triplet: AD, 31 and B5. RGB value is (173,49,181). Sum of RGB (Red+Green+Blue) = 173+49+181=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD31B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31B5 is #52CE4A. Grayscale: #646464. Windows color (decimal): -5426763 or 11874733. OLE color: 11874733.
HSL color Cylindrical-coordinate representation of color #AD31B5: hue angle of 296.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD31B5 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 49 | 181 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.29 |
| HSL | 296.36º | 0.57% | 0.45% | - |
| HSV(B) | 296.36º | 0.73% | 0.71% | - |
| XYZ | 26.67 | 14.42 | 45.09 | - |
| YUV | 101.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 181 | 0.04 | 0.73 | 0 | 0.29 | 296.36 | 0.57 | 0.45 |
| Hex | AD | 31 | B5 | 4 | 49 | 0 | 1D | 128 | 39 | 2D |
| Octal | 255 | 61 | 265 | 4 | 111 | 0 | 35 | 450 | 71 | 55 |
| Binary | 10101101 | 110001 | 10110101 | 100 | 1001001 | 0 | 11101 | 100101000 | 111001 | 101101 |
Color Harmonies of #AD31B5
Complementary color
Monochromatic Colors of #AD31B5
Black with #AD31B5
Text Example
Text Example
White with #AD31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31B5; }
p { color: rgb(173,49,181); }
H1.HeaderClassName
{
color: #AD31B5;
}
.AnyTagClassName
{
color: #AD31B5;
}
</style>
background-color css
<style>
a { background-color: #AD31B5; }
a { background-color: rgb(173,49,181); }
div.DivClassName
{
background-color: #AD31B5;
}
.BgClassName
{
background-color: #AD31B5;
}
</style>
border-color css
<style>
span { border-color: #AD31B5; }
span { border-color: rgb(173,49,181); }
td.TdClassName
{
border-color: #AD31B5;
}
.TagClassName
{
border-color: #AD31B5;
}
</style>