Shades of Dark Orchid #AD32B4
Tints of Dark Orchid #AD32B4
RGB
CMYK
RGB Variations
Color information
#AD32B4 (or 0xAD32B4) is known color: Dark Orchid. HEX triplet: AD, 32 and B4. RGB value is (173,50,180). Sum of RGB (Red+Green+Blue) = 173+50+180=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD32B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32B4 is #52CD4B. Grayscale: #656565. Windows color (decimal): -5426508 or 11809453. OLE color: 11809453.
HSL color Cylindrical-coordinate representation of color #AD32B4: hue angle of 296.77º degrees, saturation: 0.57, 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 #AD32B4 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 50 | 180 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.29 |
| HSL | 296.77º | 0.57% | 0.45% | - |
| HSV(B) | 296.77º | 0.72% | 0.71% | - |
| XYZ | 26.61 | 14.46 | 44.57 | - |
| YUV | 101.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 180 | 0.04 | 0.72 | 0 | 0.29 | 296.77 | 0.57 | 0.45 |
| Hex | AD | 32 | B4 | 4 | 48 | 0 | 1D | 129 | 39 | 2D |
| Octal | 255 | 62 | 264 | 4 | 110 | 0 | 35 | 451 | 71 | 55 |
| Binary | 10101101 | 110010 | 10110100 | 100 | 1001000 | 0 | 11101 | 100101001 | 111001 | 101101 |
Color Harmonies of #AD32B4
Complementary color
Monochromatic Colors of #AD32B4
Black with #AD32B4
Text Example
Text Example
White with #AD32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32B4; }
p { color: rgb(173,50,180); }
H1.HeaderClassName
{
color: #AD32B4;
}
.AnyTagClassName
{
color: #AD32B4;
}
</style>
background-color css
<style>
a { background-color: #AD32B4; }
a { background-color: rgb(173,50,180); }
div.DivClassName
{
background-color: #AD32B4;
}
.BgClassName
{
background-color: #AD32B4;
}
</style>
border-color css
<style>
span { border-color: #AD32B4; }
span { border-color: rgb(173,50,180); }
td.TdClassName
{
border-color: #AD32B4;
}
.TagClassName
{
border-color: #AD32B4;
}
</style>