Shades of Dark Orchid #AD32BD
Tints of Dark Orchid #AD32BD
RGB
CMYK
RGB Variations
Color information
#AD32BD (or 0xAD32BD) is known color: Dark Orchid. HEX triplet: AD, 32 and BD. RGB value is (173,50,189). Sum of RGB (Red+Green+Blue) = 173+50+189=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32BD is #52CD42. Grayscale: #666666. Windows color (decimal): -5426499 or 12399277. OLE color: 12399277.
HSL color Cylindrical-coordinate representation of color #AD32BD: hue angle of 293.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD32BD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 50 | 189 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.26 |
| HSL | 293.09º | 0.58% | 0.47% | - |
| HSV(B) | 293.09º | 0.74% | 0.74% | - |
| XYZ | 27.56 | 14.84 | 49.56 | - |
| YUV | 102.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 189 | 0.08 | 0.74 | 0 | 0.26 | 293.09 | 0.58 | 0.47 |
| Hex | AD | 32 | BD | 8 | 4A | 0 | 1A | 125 | 3A | 2F |
| Octal | 255 | 62 | 275 | 10 | 112 | 0 | 32 | 445 | 72 | 57 |
| Binary | 10101101 | 110010 | 10111101 | 1000 | 1001010 | 0 | 11010 | 100100101 | 111010 | 101111 |
Color Harmonies of #AD32BD
Complementary color
Monochromatic Colors of #AD32BD
Black with #AD32BD
Text Example
Text Example
White with #AD32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32BD; }
p { color: rgb(173,50,189); }
H1.HeaderClassName
{
color: #AD32BD;
}
.AnyTagClassName
{
color: #AD32BD;
}
</style>
background-color css
<style>
a { background-color: #AD32BD; }
a { background-color: rgb(173,50,189); }
div.DivClassName
{
background-color: #AD32BD;
}
.BgClassName
{
background-color: #AD32BD;
}
</style>
border-color css
<style>
span { border-color: #AD32BD; }
span { border-color: rgb(173,50,189); }
td.TdClassName
{
border-color: #AD32BD;
}
.TagClassName
{
border-color: #AD32BD;
}
</style>