Shades of Dark Orchid #AD34CE
Tints of Dark Orchid #AD34CE
RGB
CMYK
RGB Variations
Color information
#AD34CE (or 0xAD34CE) is known color: Dark Orchid. HEX triplet: AD, 34 and CE. RGB value is (173,52,206). Sum of RGB (Red+Green+Blue) = 173+52+206=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34CE is #52CB31. Grayscale: #696969. Windows color (decimal): -5425970 or 13513901. OLE color: 13513901.
HSL color Cylindrical-coordinate representation of color #AD34CE: hue angle of 287.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD34CE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 52 | 206 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.19 |
| HSL | 287.14º | 0.61% | 0.51% | - |
| HSV(B) | 287.14º | 0.75% | 0.81% | - |
| XYZ | 29.6 | 15.8 | 59.88 | - |
| YUV | 105.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 206 | 0.16 | 0.75 | 0 | 0.19 | 287.14 | 0.61 | 0.51 |
| Hex | AD | 34 | CE | 10 | 4B | 0 | 13 | 11F | 3D | 33 |
| Octal | 255 | 64 | 316 | 20 | 113 | 0 | 23 | 437 | 75 | 63 |
| Binary | 10101101 | 110100 | 11001110 | 10000 | 1001011 | 0 | 10011 | 100011111 | 111101 | 110011 |
Color Harmonies of #AD34CE
Complementary color
Monochromatic Colors of #AD34CE
Black with #AD34CE
Text Example
Text Example
White with #AD34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34CE; }
p { color: rgb(173,52,206); }
H1.HeaderClassName
{
color: #AD34CE;
}
.AnyTagClassName
{
color: #AD34CE;
}
</style>
background-color css
<style>
a { background-color: #AD34CE; }
a { background-color: rgb(173,52,206); }
div.DivClassName
{
background-color: #AD34CE;
}
.BgClassName
{
background-color: #AD34CE;
}
</style>
border-color css
<style>
span { border-color: #AD34CE; }
span { border-color: rgb(173,52,206); }
td.TdClassName
{
border-color: #AD34CE;
}
.TagClassName
{
border-color: #AD34CE;
}
</style>