Shades of Dark Orchid #AD31CC
Tints of Dark Orchid #AD31CC
RGB
CMYK
RGB Variations
Color information
#AD31CC (or 0xAD31CC) is known color: Dark Orchid. HEX triplet: AD, 31 and CC. RGB value is (173,49,204). Sum of RGB (Red+Green+Blue) = 173+49+204=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD31CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31CC is #52CE33. Grayscale: #676767. Windows color (decimal): -5426740 or 13382061. OLE color: 13382061.
HSL color Cylindrical-coordinate representation of color #AD31CC: hue angle of 288º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD31CC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 49 | 204 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.2 |
| HSL | 288º | 0.61% | 0.5% | - |
| HSV(B) | 288º | 0.76% | 0.8% | - |
| XYZ | 29.23 | 15.44 | 58.57 | - |
| YUV | 103.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 204 | 0.15 | 0.76 | 0 | 0.2 | 288 | 0.61 | 0.5 |
| Hex | AD | 31 | CC | F | 4C | 0 | 14 | 120 | 3D | 32 |
| Octal | 255 | 61 | 314 | 17 | 114 | 0 | 24 | 440 | 75 | 62 |
| Binary | 10101101 | 110001 | 11001100 | 1111 | 1001100 | 0 | 10100 | 100100000 | 111101 | 110010 |
Color Harmonies of #AD31CC
Complementary color
Monochromatic Colors of #AD31CC
Black with #AD31CC
Text Example
Text Example
White with #AD31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31CC; }
p { color: rgb(173,49,204); }
H1.HeaderClassName
{
color: #AD31CC;
}
.AnyTagClassName
{
color: #AD31CC;
}
</style>
background-color css
<style>
a { background-color: #AD31CC; }
a { background-color: rgb(173,49,204); }
div.DivClassName
{
background-color: #AD31CC;
}
.BgClassName
{
background-color: #AD31CC;
}
</style>
border-color css
<style>
span { border-color: #AD31CC; }
span { border-color: rgb(173,49,204); }
td.TdClassName
{
border-color: #AD31CC;
}
.TagClassName
{
border-color: #AD31CC;
}
</style>