Shades of Dark Orchid #AD32CC
Tints of Dark Orchid #AD32CC
RGB
CMYK
RGB Variations
Color information
#AD32CC (or 0xAD32CC) is known color: Dark Orchid. HEX triplet: AD, 32 and CC. RGB value is (173,50,204). Sum of RGB (Red+Green+Blue) = 173+50+204=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD32CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32CC is #52CD33. Grayscale: #676767. Windows color (decimal): -5426484 or 13382317. OLE color: 13382317.
HSL color Cylindrical-coordinate representation of color #AD32CC: hue angle of 287.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD32CC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 50 | 204 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.2 |
| HSL | 287.92º | 0.61% | 0.5% | - |
| HSV(B) | 287.92º | 0.75% | 0.8% | - |
| XYZ | 29.27 | 15.53 | 58.58 | - |
| YUV | 104.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 204 | 0.15 | 0.75 | 0 | 0.2 | 287.92 | 0.61 | 0.5 |
| Hex | AD | 32 | CC | F | 4B | 0 | 14 | 120 | 3D | 32 |
| Octal | 255 | 62 | 314 | 17 | 113 | 0 | 24 | 440 | 75 | 62 |
| Binary | 10101101 | 110010 | 11001100 | 1111 | 1001011 | 0 | 10100 | 100100000 | 111101 | 110010 |
Color Harmonies of #AD32CC
Complementary color
Monochromatic Colors of #AD32CC
Black with #AD32CC
Text Example
Text Example
White with #AD32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32CC; }
p { color: rgb(173,50,204); }
H1.HeaderClassName
{
color: #AD32CC;
}
.AnyTagClassName
{
color: #AD32CC;
}
</style>
background-color css
<style>
a { background-color: #AD32CC; }
a { background-color: rgb(173,50,204); }
div.DivClassName
{
background-color: #AD32CC;
}
.BgClassName
{
background-color: #AD32CC;
}
</style>
border-color css
<style>
span { border-color: #AD32CC; }
span { border-color: rgb(173,50,204); }
td.TdClassName
{
border-color: #AD32CC;
}
.TagClassName
{
border-color: #AD32CC;
}
</style>