Shades of Dark Orchid #AD34B7
Tints of Dark Orchid #AD34B7
RGB
CMYK
RGB Variations
Color information
#AD34B7 (or 0xAD34B7) is known color: Dark Orchid. HEX triplet: AD, 34 and B7. RGB value is (173,52,183). Sum of RGB (Red+Green+Blue) = 173+52+183=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD34B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34B7 is #52CB48. Grayscale: #666666. Windows color (decimal): -5425993 or 12006573. OLE color: 12006573.
HSL color Cylindrical-coordinate representation of color #AD34B7: hue angle of 295.42º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD34B7 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 52 | 183 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.28 |
| HSL | 295.42º | 0.56% | 0.46% | - |
| HSV(B) | 295.42º | 0.72% | 0.72% | - |
| XYZ | 27.01 | 14.76 | 46.23 | - |
| YUV | 103.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 183 | 0.05 | 0.72 | 0 | 0.28 | 295.42 | 0.56 | 0.46 |
| Hex | AD | 34 | B7 | 5 | 48 | 0 | 1C | 127 | 38 | 2E |
| Octal | 255 | 64 | 267 | 5 | 110 | 0 | 34 | 447 | 70 | 56 |
| Binary | 10101101 | 110100 | 10110111 | 101 | 1001000 | 0 | 11100 | 100100111 | 111000 | 101110 |
Color Harmonies of #AD34B7
Complementary color
Monochromatic Colors of #AD34B7
Black with #AD34B7
Text Example
Text Example
White with #AD34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34B7; }
p { color: rgb(173,52,183); }
H1.HeaderClassName
{
color: #AD34B7;
}
.AnyTagClassName
{
color: #AD34B7;
}
</style>
background-color css
<style>
a { background-color: #AD34B7; }
a { background-color: rgb(173,52,183); }
div.DivClassName
{
background-color: #AD34B7;
}
.BgClassName
{
background-color: #AD34B7;
}
</style>
border-color css
<style>
span { border-color: #AD34B7; }
span { border-color: rgb(173,52,183); }
td.TdClassName
{
border-color: #AD34B7;
}
.TagClassName
{
border-color: #AD34B7;
}
</style>