Shades of Dark Orchid #AD2FEB
Tints of Dark Orchid #AD2FEB
RGB
CMYK
RGB Variations
Color information
#AD2FEB (or 0xAD2FEB) is known color: Dark Orchid. HEX triplet: AD, 2F and EB. RGB value is (173,47,235). Sum of RGB (Red+Green+Blue) = 173+47+235=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FEB is #52D014. Grayscale: #696969. Windows color (decimal): -5427221 or 15413165. OLE color: 15413165.
HSL color Cylindrical-coordinate representation of color #AD2FEB: hue angle of 280.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2FEB is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 47 | 235 | - |
| CMYK | 0.26 | 0.8 | 0 | 0.08 |
| HSL | 280.21º | 0.82% | 0.55% | - |
| HSV(B) | 280.21º | 0.8% | 0.92% | - |
| XYZ | 33.25 | 16.92 | 80.11 | - |
| YUV | 106.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 235 | 0.26 | 0.8 | 0 | 0.08 | 280.21 | 0.82 | 0.55 |
| Hex | AD | 2F | EB | 1A | 50 | 0 | 8 | 118 | 52 | 37 |
| Octal | 255 | 57 | 353 | 32 | 120 | 0 | 10 | 430 | 122 | 67 |
| Binary | 10101101 | 101111 | 11101011 | 11010 | 1010000 | 0 | 1000 | 100011000 | 1010010 | 110111 |
Color Harmonies of #AD2FEB
Complementary color
Monochromatic Colors of #AD2FEB
Black with #AD2FEB
Text Example
Text Example
White with #AD2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FEB; }
p { color: rgb(173,47,235); }
H1.HeaderClassName
{
color: #AD2FEB;
}
.AnyTagClassName
{
color: #AD2FEB;
}
</style>
background-color css
<style>
a { background-color: #AD2FEB; }
a { background-color: rgb(173,47,235); }
div.DivClassName
{
background-color: #AD2FEB;
}
.BgClassName
{
background-color: #AD2FEB;
}
</style>
border-color css
<style>
span { border-color: #AD2FEB; }
span { border-color: rgb(173,47,235); }
td.TdClassName
{
border-color: #AD2FEB;
}
.TagClassName
{
border-color: #AD2FEB;
}
</style>