Shades of Dark Orchid #AD3ABC
Tints of Dark Orchid #AD3ABC
RGB
CMYK
RGB Variations
Color information
#AD3ABC (or 0xAD3ABC) is known color: Dark Orchid. HEX triplet: AD, 3A and BC. RGB value is (173,58,188). Sum of RGB (Red+Green+Blue) = 173+58+188=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ABC is #52C543. Grayscale: #6A6A6A. Windows color (decimal): -5424452 or 12335789. OLE color: 12335789.
HSL color Cylindrical-coordinate representation of color #AD3ABC: hue angle of 293.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3ABC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 58 | 188 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.26 |
| HSL | 293.08º | 0.53% | 0.48% | - |
| HSV(B) | 293.08º | 0.69% | 0.74% | - |
| XYZ | 27.82 | 15.54 | 49.11 | - |
| YUV | 107.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 188 | 0.08 | 0.69 | 0 | 0.26 | 293.08 | 0.53 | 0.48 |
| Hex | AD | 3A | BC | 8 | 45 | 0 | 1A | 125 | 35 | 30 |
| Octal | 255 | 72 | 274 | 10 | 105 | 0 | 32 | 445 | 65 | 60 |
| Binary | 10101101 | 111010 | 10111100 | 1000 | 1000101 | 0 | 11010 | 100100101 | 110101 | 110000 |
Color Harmonies of #AD3ABC
Complementary color
Monochromatic Colors of #AD3ABC
Black with #AD3ABC
Text Example
Text Example
White with #AD3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ABC; }
p { color: rgb(173,58,188); }
H1.HeaderClassName
{
color: #AD3ABC;
}
.AnyTagClassName
{
color: #AD3ABC;
}
</style>
background-color css
<style>
a { background-color: #AD3ABC; }
a { background-color: rgb(173,58,188); }
div.DivClassName
{
background-color: #AD3ABC;
}
.BgClassName
{
background-color: #AD3ABC;
}
</style>
border-color css
<style>
span { border-color: #AD3ABC; }
span { border-color: rgb(173,58,188); }
td.TdClassName
{
border-color: #AD3ABC;
}
.TagClassName
{
border-color: #AD3ABC;
}
</style>