Shades of Dark Orchid #AD31CB
Tints of Dark Orchid #AD31CB
RGB
CMYK
RGB Variations
Color information
#AD31CB (or 0xAD31CB) is known color: Dark Orchid. HEX triplet: AD, 31 and CB. RGB value is (173,49,203). Sum of RGB (Red+Green+Blue) = 173+49+203=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD31CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31CB is #52CE34. Grayscale: #676767. Windows color (decimal): -5426741 or 13316525. OLE color: 13316525.
HSL color Cylindrical-coordinate representation of color #AD31CB: hue angle of 288.31º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD31CB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 49 | 203 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.20 |
| HSL | 288.31º | 0.61% | 0.49% | - |
| HSV(B) | 288.31º | 0.76% | 0.8% | - |
| XYZ | 29.11 | 15.39 | 57.94 | - |
| YUV | 103.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 203 | 0.15 | 0.76 | 0 | 0.20 | 288.31 | 0.61 | 0.49 |
| Hex | AD | 31 | CB | F | 4C | 0 | 14 | 120 | 3D | 31 |
| Octal | 255 | 61 | 313 | 17 | 114 | 0 | 24 | 440 | 75 | 61 |
| Binary | 10101101 | 110001 | 11001011 | 1111 | 1001100 | 0 | 10100 | 100100000 | 111101 | 110001 |
Color Harmonies of #AD31CB
Complementary color
Monochromatic Colors of #AD31CB
Black with #AD31CB
Text Example
Text Example
White with #AD31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31CB; }
p { color: rgb(173,49,203); }
H1.HeaderClassName
{
color: #AD31CB;
}
.AnyTagClassName
{
color: #AD31CB;
}
</style>
background-color css
<style>
a { background-color: #AD31CB; }
a { background-color: rgb(173,49,203); }
div.DivClassName
{
background-color: #AD31CB;
}
.BgClassName
{
background-color: #AD31CB;
}
</style>
border-color css
<style>
span { border-color: #AD31CB; }
span { border-color: rgb(173,49,203); }
td.TdClassName
{
border-color: #AD31CB;
}
.TagClassName
{
border-color: #AD31CB;
}
</style>