Shades of Dark Orchid #AD3DEA
Tints of Dark Orchid #AD3DEA
RGB
CMYK
RGB Variations
Color information
#AD3DEA (or 0xAD3DEA) is known color: Dark Orchid. HEX triplet: AD, 3D and EA. RGB value is (173,61,234). Sum of RGB (Red+Green+Blue) = 173+61+234=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD3DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DEA is #52C215. Grayscale: #717171. Windows color (decimal): -5423638 or 15351213. OLE color: 15351213.
HSL color Cylindrical-coordinate representation of color #AD3DEA: hue angle of 278.84º degrees, saturation: 0.8, 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 #AD3DEA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 61 | 234 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.08 |
| HSL | 278.84º | 0.8% | 0.58% | - |
| HSV(B) | 278.84º | 0.74% | 0.92% | - |
| XYZ | 33.75 | 18.16 | 79.57 | - |
| YUV | 114.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 234 | 0.26 | 0.74 | 0 | 0.08 | 278.84 | 0.8 | 0.58 |
| Hex | AD | 3D | EA | 1A | 4A | 0 | 8 | 117 | 50 | 3A |
| Octal | 255 | 75 | 352 | 32 | 112 | 0 | 10 | 427 | 120 | 72 |
| Binary | 10101101 | 111101 | 11101010 | 11010 | 1001010 | 0 | 1000 | 100010111 | 1010000 | 111010 |
Color Harmonies of #AD3DEA
Complementary color
Monochromatic Colors of #AD3DEA
Black with #AD3DEA
Text Example
Text Example
White with #AD3DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DEA; }
p { color: rgb(173,61,234); }
H1.HeaderClassName
{
color: #AD3DEA;
}
.AnyTagClassName
{
color: #AD3DEA;
}
</style>
background-color css
<style>
a { background-color: #AD3DEA; }
a { background-color: rgb(173,61,234); }
div.DivClassName
{
background-color: #AD3DEA;
}
.BgClassName
{
background-color: #AD3DEA;
}
</style>
border-color css
<style>
span { border-color: #AD3DEA; }
span { border-color: rgb(173,61,234); }
td.TdClassName
{
border-color: #AD3DEA;
}
.TagClassName
{
border-color: #AD3DEA;
}
</style>