Shades of Dark Orchid #AD32C8
Tints of Dark Orchid #AD32C8
RGB
CMYK
RGB Variations
Color information
#AD32C8 (or 0xAD32C8) is known color: Dark Orchid. HEX triplet: AD, 32 and C8. RGB value is (173,50,200). Sum of RGB (Red+Green+Blue) = 173+50+200=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD32C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32C8 is #52CD37. Grayscale: #676767. Windows color (decimal): -5426488 or 13120173. OLE color: 13120173.
HSL color Cylindrical-coordinate representation of color #AD32C8: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD32C8 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 50 | 200 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.22 |
| HSL | 289.2º | 0.6% | 0.49% | - |
| HSV(B) | 289.2º | 0.75% | 0.78% | - |
| XYZ | 28.8 | 15.34 | 56.09 | - |
| YUV | 103.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 200 | 0.14 | 0.75 | 0 | 0.22 | 289.2 | 0.6 | 0.49 |
| Hex | AD | 32 | C8 | E | 4B | 0 | 16 | 121 | 3C | 31 |
| Octal | 255 | 62 | 310 | 16 | 113 | 0 | 26 | 441 | 74 | 61 |
| Binary | 10101101 | 110010 | 11001000 | 1110 | 1001011 | 0 | 10110 | 100100001 | 111100 | 110001 |
Color Harmonies of #AD32C8
Complementary color
Monochromatic Colors of #AD32C8
Black with #AD32C8
Text Example
Text Example
White with #AD32C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32C8; }
p { color: rgb(173,50,200); }
H1.HeaderClassName
{
color: #AD32C8;
}
.AnyTagClassName
{
color: #AD32C8;
}
</style>
background-color css
<style>
a { background-color: #AD32C8; }
a { background-color: rgb(173,50,200); }
div.DivClassName
{
background-color: #AD32C8;
}
.BgClassName
{
background-color: #AD32C8;
}
</style>
border-color css
<style>
span { border-color: #AD32C8; }
span { border-color: rgb(173,50,200); }
td.TdClassName
{
border-color: #AD32C8;
}
.TagClassName
{
border-color: #AD32C8;
}
</style>