Shades of Dark Orchid #AD38BA
Tints of Dark Orchid #AD38BA
RGB
CMYK
RGB Variations
Color information
#AD38BA (or 0xAD38BA) is known color: Dark Orchid. HEX triplet: AD, 38 and BA. RGB value is (173,56,186). Sum of RGB (Red+Green+Blue) = 173+56+186=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD38BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38BA is #52C745. Grayscale: #696969. Windows color (decimal): -5424966 or 12204205. OLE color: 12204205.
HSL color Cylindrical-coordinate representation of color #AD38BA: hue angle of 294º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD38BA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 56 | 186 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.27 |
| HSL | 294º | 0.54% | 0.47% | - |
| HSV(B) | 294º | 0.7% | 0.73% | - |
| XYZ | 27.51 | 15.26 | 47.95 | - |
| YUV | 105.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 186 | 0.07 | 0.70 | 0 | 0.27 | 294 | 0.54 | 0.47 |
| Hex | AD | 38 | BA | 7 | 46 | 0 | 1B | 126 | 36 | 2F |
| Octal | 255 | 70 | 272 | 7 | 106 | 0 | 33 | 446 | 66 | 57 |
| Binary | 10101101 | 111000 | 10111010 | 111 | 1000110 | 0 | 11011 | 100100110 | 110110 | 101111 |
Color Harmonies of #AD38BA
Complementary color
Monochromatic Colors of #AD38BA
Black with #AD38BA
Text Example
Text Example
White with #AD38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38BA; }
p { color: rgb(173,56,186); }
H1.HeaderClassName
{
color: #AD38BA;
}
.AnyTagClassName
{
color: #AD38BA;
}
</style>
background-color css
<style>
a { background-color: #AD38BA; }
a { background-color: rgb(173,56,186); }
div.DivClassName
{
background-color: #AD38BA;
}
.BgClassName
{
background-color: #AD38BA;
}
</style>
border-color css
<style>
span { border-color: #AD38BA; }
span { border-color: rgb(173,56,186); }
td.TdClassName
{
border-color: #AD38BA;
}
.TagClassName
{
border-color: #AD38BA;
}
</style>