Shades of Dark Orchid #AD33B7
Tints of Dark Orchid #AD33B7
RGB
CMYK
RGB Variations
Color information
#AD33B7 (or 0xAD33B7) is known color: Dark Orchid. HEX triplet: AD, 33 and B7. RGB value is (173,51,183). Sum of RGB (Red+Green+Blue) = 173+51+183=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD33B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33B7 is #52CC48. Grayscale: #666666. Windows color (decimal): -5426249 or 12006317. OLE color: 12006317.
HSL color Cylindrical-coordinate representation of color #AD33B7: hue angle of 295.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD33B7 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 51 | 183 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.28 |
| HSL | 295.45º | 0.56% | 0.46% | - |
| HSV(B) | 295.45º | 0.72% | 0.72% | - |
| XYZ | 26.96 | 14.67 | 46.21 | - |
| YUV | 102.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 183 | 0.05 | 0.72 | 0 | 0.28 | 295.45 | 0.56 | 0.46 |
| Hex | AD | 33 | B7 | 5 | 48 | 0 | 1C | 127 | 38 | 2E |
| Octal | 255 | 63 | 267 | 5 | 110 | 0 | 34 | 447 | 70 | 56 |
| Binary | 10101101 | 110011 | 10110111 | 101 | 1001000 | 0 | 11100 | 100100111 | 111000 | 101110 |
Color Harmonies of #AD33B7
Complementary color
Monochromatic Colors of #AD33B7
Black with #AD33B7
Text Example
Text Example
White with #AD33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33B7; }
p { color: rgb(173,51,183); }
H1.HeaderClassName
{
color: #AD33B7;
}
.AnyTagClassName
{
color: #AD33B7;
}
</style>
background-color css
<style>
a { background-color: #AD33B7; }
a { background-color: rgb(173,51,183); }
div.DivClassName
{
background-color: #AD33B7;
}
.BgClassName
{
background-color: #AD33B7;
}
</style>
border-color css
<style>
span { border-color: #AD33B7; }
span { border-color: rgb(173,51,183); }
td.TdClassName
{
border-color: #AD33B7;
}
.TagClassName
{
border-color: #AD33B7;
}
</style>