Shades of Dark Orchid #AD3BCB
Tints of Dark Orchid #AD3BCB
RGB
CMYK
RGB Variations
Color information
#AD3BCB (or 0xAD3BCB) is known color: Dark Orchid. HEX triplet: AD, 3B and CB. RGB value is (173,59,203). Sum of RGB (Red+Green+Blue) = 173+59+203=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD3BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BCB is #52C434. Grayscale: #6D6D6D. Windows color (decimal): -5424181 or 13319085. OLE color: 13319085.
HSL color Cylindrical-coordinate representation of color #AD3BCB: hue angle of 287.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3BCB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 59 | 203 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.20 |
| HSL | 287.5º | 0.58% | 0.51% | - |
| HSV(B) | 287.5º | 0.71% | 0.8% | - |
| XYZ | 29.58 | 16.32 | 58.09 | - |
| YUV | 109.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 203 | 0.15 | 0.71 | 0 | 0.20 | 287.5 | 0.58 | 0.51 |
| Hex | AD | 3B | CB | F | 47 | 0 | 14 | 120 | 3A | 33 |
| Octal | 255 | 73 | 313 | 17 | 107 | 0 | 24 | 440 | 72 | 63 |
| Binary | 10101101 | 111011 | 11001011 | 1111 | 1000111 | 0 | 10100 | 100100000 | 111010 | 110011 |
Color Harmonies of #AD3BCB
Complementary color
Monochromatic Colors of #AD3BCB
Black with #AD3BCB
Text Example
Text Example
White with #AD3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BCB; }
p { color: rgb(173,59,203); }
H1.HeaderClassName
{
color: #AD3BCB;
}
.AnyTagClassName
{
color: #AD3BCB;
}
</style>
background-color css
<style>
a { background-color: #AD3BCB; }
a { background-color: rgb(173,59,203); }
div.DivClassName
{
background-color: #AD3BCB;
}
.BgClassName
{
background-color: #AD3BCB;
}
</style>
border-color css
<style>
span { border-color: #AD3BCB; }
span { border-color: rgb(173,59,203); }
td.TdClassName
{
border-color: #AD3BCB;
}
.TagClassName
{
border-color: #AD3BCB;
}
</style>