Shades of Dark Orchid #AD3DBD
Tints of Dark Orchid #AD3DBD
RGB
CMYK
RGB Variations
Color information
#AD3DBD (or 0xAD3DBD) is known color: Dark Orchid. HEX triplet: AD, 3D and BD. RGB value is (173,61,189). Sum of RGB (Red+Green+Blue) = 173+61+189=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBD is #52C242. Grayscale: #6C6C6C. Windows color (decimal): -5423683 or 12402093. OLE color: 12402093.
HSL color Cylindrical-coordinate representation of color #AD3DBD: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3DBD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 61 | 189 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.26 |
| HSL | 292.5º | 0.51% | 0.49% | - |
| HSV(B) | 292.5º | 0.68% | 0.74% | - |
| XYZ | 28.09 | 15.9 | 49.73 | - |
| YUV | 109.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 189 | 0.08 | 0.68 | 0 | 0.26 | 292.5 | 0.51 | 0.49 |
| Hex | AD | 3D | BD | 8 | 44 | 0 | 1A | 124 | 33 | 31 |
| Octal | 255 | 75 | 275 | 10 | 104 | 0 | 32 | 444 | 63 | 61 |
| Binary | 10101101 | 111101 | 10111101 | 1000 | 1000100 | 0 | 11010 | 100100100 | 110011 | 110001 |
Color Harmonies of #AD3DBD
Complementary color
Monochromatic Colors of #AD3DBD
Black with #AD3DBD
Text Example
Text Example
White with #AD3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DBD; }
p { color: rgb(173,61,189); }
H1.HeaderClassName
{
color: #AD3DBD;
}
.AnyTagClassName
{
color: #AD3DBD;
}
</style>
background-color css
<style>
a { background-color: #AD3DBD; }
a { background-color: rgb(173,61,189); }
div.DivClassName
{
background-color: #AD3DBD;
}
.BgClassName
{
background-color: #AD3DBD;
}
</style>
border-color css
<style>
span { border-color: #AD3DBD; }
span { border-color: rgb(173,61,189); }
td.TdClassName
{
border-color: #AD3DBD;
}
.TagClassName
{
border-color: #AD3DBD;
}
</style>