Shades of Dark Orchid #AD3ACD
Tints of Dark Orchid #AD3ACD
RGB
CMYK
RGB Variations
Color information
#AD3ACD (or 0xAD3ACD) is known color: Dark Orchid. HEX triplet: AD, 3A and CD. RGB value is (173,58,205). Sum of RGB (Red+Green+Blue) = 173+58+205=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ACD is #52C532. Grayscale: #6C6C6C. Windows color (decimal): -5424435 or 13449901. OLE color: 13449901.
HSL color Cylindrical-coordinate representation of color #AD3ACD: hue angle of 286.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3ACD is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 58 | 205 | - |
CMYK | 0.16 | 0.72 | 0 | 0.20 |
HSL | 286.94º | 0.6% | 0.52% | - |
HSV(B) | 286.94º | 0.72% | 0.8% | - |
XYZ | 29.77 | 16.32 | 59.34 | - |
YUV | 109.14 | 182.1 | 173.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 58 | 205 | 0.16 | 0.72 | 0 | 0.20 | 286.94 | 0.6 | 0.52 |
Hex | AD | 3A | CD | 10 | 48 | 0 | 14 | 11F | 3C | 34 |
Octal | 255 | 72 | 315 | 20 | 110 | 0 | 24 | 437 | 74 | 64 |
Binary | 10101101 | 111010 | 11001101 | 10000 | 1001000 | 0 | 10100 | 100011111 | 111100 | 110100 |
Color Harmonies of #AD3ACD
Complementary color
Monochromatic Colors of #AD3ACD
Black with #AD3ACD
Text Example
Text Example
White with #AD3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ACD; }
p { color: rgb(173,58,205); }
H1.HeaderClassName
{
color: #AD3ACD;
}
.AnyTagClassName
{
color: #AD3ACD;
}
</style>
background-color css
<style>
a { background-color: #AD3ACD; }
a { background-color: rgb(173,58,205); }
div.DivClassName
{
background-color: #AD3ACD;
}
.BgClassName
{
background-color: #AD3ACD;
}
</style>
border-color css
<style>
span { border-color: #AD3ACD; }
span { border-color: rgb(173,58,205); }
td.TdClassName
{
border-color: #AD3ACD;
}
.TagClassName
{
border-color: #AD3ACD;
}
</style>