Shades of Dark Orchid #AD3CEB
Tints of Dark Orchid #AD3CEB
RGB
CMYK
RGB Variations
Color information
#AD3CEB (or 0xAD3CEB) is known color: Dark Orchid. HEX triplet: AD, 3C and EB. RGB value is (173,60,235). Sum of RGB (Red+Green+Blue) = 173+60+235=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CEB is #52C314. Grayscale: #717171. Windows color (decimal): -5423893 or 15416493. OLE color: 15416493.
HSL color Cylindrical-coordinate representation of color #AD3CEB: hue angle of 278.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3CEB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 60 | 235 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.08 |
| HSL | 278.74º | 0.81% | 0.58% | - |
| HSV(B) | 278.74º | 0.74% | 0.92% | - |
| XYZ | 33.84 | 18.11 | 80.31 | - |
| YUV | 113.74 | 196.44 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 235 | 0.26 | 0.74 | 0 | 0.08 | 278.74 | 0.81 | 0.58 |
| Hex | AD | 3C | EB | 1A | 4A | 0 | 8 | 117 | 51 | 3A |
| Octal | 255 | 74 | 353 | 32 | 112 | 0 | 10 | 427 | 121 | 72 |
| Binary | 10101101 | 111100 | 11101011 | 11010 | 1001010 | 0 | 1000 | 100010111 | 1010001 | 111010 |
Color Harmonies of #AD3CEB
Complementary color
Monochromatic Colors of #AD3CEB
Black with #AD3CEB
Text Example
Text Example
White with #AD3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CEB; }
p { color: rgb(173,60,235); }
H1.HeaderClassName
{
color: #AD3CEB;
}
.AnyTagClassName
{
color: #AD3CEB;
}
</style>
background-color css
<style>
a { background-color: #AD3CEB; }
a { background-color: rgb(173,60,235); }
div.DivClassName
{
background-color: #AD3CEB;
}
.BgClassName
{
background-color: #AD3CEB;
}
</style>
border-color css
<style>
span { border-color: #AD3CEB; }
span { border-color: rgb(173,60,235); }
td.TdClassName
{
border-color: #AD3CEB;
}
.TagClassName
{
border-color: #AD3CEB;
}
</style>