Shades of Dark Orchid #AD34DC
Tints of Dark Orchid #AD34DC
RGB
CMYK
RGB Variations
Color information
#AD34DC (or 0xAD34DC) is known color: Dark Orchid. HEX triplet: AD, 34 and DC. RGB value is (173,52,220). Sum of RGB (Red+Green+Blue) = 173+52+220=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34DC is #52CB23. Grayscale: #6A6A6A. Windows color (decimal): -5425956 or 14431405. OLE color: 14431405.
HSL color Cylindrical-coordinate representation of color #AD34DC: hue angle of 283.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD34DC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 52 | 220 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.14 |
| HSL | 283.21º | 0.71% | 0.53% | - |
| HSV(B) | 283.21º | 0.76% | 0.86% | - |
| XYZ | 31.38 | 16.51 | 69.24 | - |
| YUV | 107.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 220 | 0.21 | 0.76 | 0 | 0.14 | 283.21 | 0.71 | 0.53 |
| Hex | AD | 34 | DC | 15 | 4C | 0 | E | 11B | 47 | 35 |
| Octal | 255 | 64 | 334 | 25 | 114 | 0 | 16 | 433 | 107 | 65 |
| Binary | 10101101 | 110100 | 11011100 | 10101 | 1001100 | 0 | 1110 | 100011011 | 1000111 | 110101 |
Color Harmonies of #AD34DC
Complementary color
Monochromatic Colors of #AD34DC
Black with #AD34DC
Text Example
Text Example
White with #AD34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34DC; }
p { color: rgb(173,52,220); }
H1.HeaderClassName
{
color: #AD34DC;
}
.AnyTagClassName
{
color: #AD34DC;
}
</style>
background-color css
<style>
a { background-color: #AD34DC; }
a { background-color: rgb(173,52,220); }
div.DivClassName
{
background-color: #AD34DC;
}
.BgClassName
{
background-color: #AD34DC;
}
</style>
border-color css
<style>
span { border-color: #AD34DC; }
span { border-color: rgb(173,52,220); }
td.TdClassName
{
border-color: #AD34DC;
}
.TagClassName
{
border-color: #AD34DC;
}
</style>