Shades of Dark Orchid #AD3CEA
Tints of Dark Orchid #AD3CEA
RGB
CMYK
RGB Variations
Color information
#AD3CEA (or 0xAD3CEA) is known color: Dark Orchid. HEX triplet: AD, 3C and EA. RGB value is (173,60,234). Sum of RGB (Red+Green+Blue) = 173+60+234=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CEA is #52C315. Grayscale: #717171. Windows color (decimal): -5423894 or 15350957. OLE color: 15350957.
HSL color Cylindrical-coordinate representation of color #AD3CEA: hue angle of 278.97º 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 #AD3CEA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 60 | 234 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.08 |
| HSL | 278.97º | 0.81% | 0.58% | - |
| HSV(B) | 278.97º | 0.74% | 0.92% | - |
| XYZ | 33.7 | 18.06 | 79.55 | - |
| YUV | 113.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 234 | 0.26 | 0.74 | 0 | 0.08 | 278.97 | 0.81 | 0.58 |
| Hex | AD | 3C | EA | 1A | 4A | 0 | 8 | 117 | 51 | 3A |
| Octal | 255 | 74 | 352 | 32 | 112 | 0 | 10 | 427 | 121 | 72 |
| Binary | 10101101 | 111100 | 11101010 | 11010 | 1001010 | 0 | 1000 | 100010111 | 1010001 | 111010 |
Color Harmonies of #AD3CEA
Complementary color
Monochromatic Colors of #AD3CEA
Black with #AD3CEA
Text Example
Text Example
White with #AD3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CEA; }
p { color: rgb(173,60,234); }
H1.HeaderClassName
{
color: #AD3CEA;
}
.AnyTagClassName
{
color: #AD3CEA;
}
</style>
background-color css
<style>
a { background-color: #AD3CEA; }
a { background-color: rgb(173,60,234); }
div.DivClassName
{
background-color: #AD3CEA;
}
.BgClassName
{
background-color: #AD3CEA;
}
</style>
border-color css
<style>
span { border-color: #AD3CEA; }
span { border-color: rgb(173,60,234); }
td.TdClassName
{
border-color: #AD3CEA;
}
.TagClassName
{
border-color: #AD3CEA;
}
</style>