Shades of Dark Orchid #AD3AC0
Tints of Dark Orchid #AD3AC0
RGB
CMYK
RGB Variations
Color information
#AD3AC0 (or 0xAD3AC0) is known color: Dark Orchid. HEX triplet: AD, 3A and C0. RGB value is (173,58,192). Sum of RGB (Red+Green+Blue) = 173+58+192=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD3AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AC0 is #52C53F. Grayscale: #6B6B6B. Windows color (decimal): -5424448 or 12597933. OLE color: 12597933.
HSL color Cylindrical-coordinate representation of color #AD3AC0: hue angle of 291.49º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3AC0 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 58 | 192 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.25 |
| HSL | 291.49º | 0.54% | 0.49% | - |
| HSV(B) | 291.49º | 0.7% | 0.75% | - |
| XYZ | 28.26 | 15.72 | 51.41 | - |
| YUV | 107.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 192 | 0.10 | 0.70 | 0 | 0.25 | 291.49 | 0.54 | 0.49 |
| Hex | AD | 3A | C0 | A | 46 | 0 | 19 | 123 | 36 | 31 |
| Octal | 255 | 72 | 300 | 12 | 106 | 0 | 31 | 443 | 66 | 61 |
| Binary | 10101101 | 111010 | 11000000 | 1010 | 1000110 | 0 | 11001 | 100100011 | 110110 | 110001 |
Color Harmonies of #AD3AC0
Complementary color
Monochromatic Colors of #AD3AC0
Black with #AD3AC0
Text Example
Text Example
White with #AD3AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AC0; }
p { color: rgb(173,58,192); }
H1.HeaderClassName
{
color: #AD3AC0;
}
.AnyTagClassName
{
color: #AD3AC0;
}
</style>
background-color css
<style>
a { background-color: #AD3AC0; }
a { background-color: rgb(173,58,192); }
div.DivClassName
{
background-color: #AD3AC0;
}
.BgClassName
{
background-color: #AD3AC0;
}
</style>
border-color css
<style>
span { border-color: #AD3AC0; }
span { border-color: rgb(173,58,192); }
td.TdClassName
{
border-color: #AD3AC0;
}
.TagClassName
{
border-color: #AD3AC0;
}
</style>