Shades of Dark Orchid #AD33B4
Tints of Dark Orchid #AD33B4
RGB
CMYK
RGB Variations
Color information
#AD33B4 (or 0xAD33B4) is known color: Dark Orchid. HEX triplet: AD, 33 and B4. RGB value is (173,51,180). Sum of RGB (Red+Green+Blue) = 173+51+180=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD33B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33B4 is #52CC4B. Grayscale: #656565. Windows color (decimal): -5426252 or 11809709. OLE color: 11809709.
HSL color Cylindrical-coordinate representation of color #AD33B4: hue angle of 296.74º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD33B4 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 51 | 180 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.29 |
| HSL | 296.74º | 0.56% | 0.45% | - |
| HSV(B) | 296.74º | 0.72% | 0.71% | - |
| XYZ | 26.66 | 14.55 | 44.58 | - |
| YUV | 102.18 | 171.92 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 180 | 0.04 | 0.72 | 0 | 0.29 | 296.74 | 0.56 | 0.45 |
| Hex | AD | 33 | B4 | 4 | 48 | 0 | 1D | 129 | 38 | 2D |
| Octal | 255 | 63 | 264 | 4 | 110 | 0 | 35 | 451 | 70 | 55 |
| Binary | 10101101 | 110011 | 10110100 | 100 | 1001000 | 0 | 11101 | 100101001 | 111000 | 101101 |
Color Harmonies of #AD33B4
Complementary color
Monochromatic Colors of #AD33B4
Black with #AD33B4
Text Example
Text Example
White with #AD33B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33B4; }
p { color: rgb(173,51,180); }
H1.HeaderClassName
{
color: #AD33B4;
}
.AnyTagClassName
{
color: #AD33B4;
}
</style>
background-color css
<style>
a { background-color: #AD33B4; }
a { background-color: rgb(173,51,180); }
div.DivClassName
{
background-color: #AD33B4;
}
.BgClassName
{
background-color: #AD33B4;
}
</style>
border-color css
<style>
span { border-color: #AD33B4; }
span { border-color: rgb(173,51,180); }
td.TdClassName
{
border-color: #AD33B4;
}
.TagClassName
{
border-color: #AD33B4;
}
</style>