Shades of Dark Orchid #AD38BB
Tints of Dark Orchid #AD38BB
RGB
CMYK
RGB Variations
Color information
#AD38BB (or 0xAD38BB) is known color: Dark Orchid. HEX triplet: AD, 38 and BB. RGB value is (173,56,187). Sum of RGB (Red+Green+Blue) = 173+56+187=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD38BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38BB is #52C744. Grayscale: #696969. Windows color (decimal): -5424965 or 12269741. OLE color: 12269741.
HSL color Cylindrical-coordinate representation of color #AD38BB: hue angle of 293.59º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD38BB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 56 | 187 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.27 |
| HSL | 293.59º | 0.54% | 0.48% | - |
| HSV(B) | 293.59º | 0.7% | 0.73% | - |
| XYZ | 27.62 | 15.3 | 48.51 | - |
| YUV | 105.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 187 | 0.07 | 0.70 | 0 | 0.27 | 293.59 | 0.54 | 0.48 |
| Hex | AD | 38 | BB | 7 | 46 | 0 | 1B | 126 | 36 | 30 |
| Octal | 255 | 70 | 273 | 7 | 106 | 0 | 33 | 446 | 66 | 60 |
| Binary | 10101101 | 111000 | 10111011 | 111 | 1000110 | 0 | 11011 | 100100110 | 110110 | 110000 |
Color Harmonies of #AD38BB
Complementary color
Monochromatic Colors of #AD38BB
Black with #AD38BB
Text Example
Text Example
White with #AD38BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38BB; }
p { color: rgb(173,56,187); }
H1.HeaderClassName
{
color: #AD38BB;
}
.AnyTagClassName
{
color: #AD38BB;
}
</style>
background-color css
<style>
a { background-color: #AD38BB; }
a { background-color: rgb(173,56,187); }
div.DivClassName
{
background-color: #AD38BB;
}
.BgClassName
{
background-color: #AD38BB;
}
</style>
border-color css
<style>
span { border-color: #AD38BB; }
span { border-color: rgb(173,56,187); }
td.TdClassName
{
border-color: #AD38BB;
}
.TagClassName
{
border-color: #AD38BB;
}
</style>