Shades of Dark Orchid #AD2DEA
Tints of Dark Orchid #AD2DEA
RGB
CMYK
RGB Variations
Color information
#AD2DEA (or 0xAD2DEA) is known color: Dark Orchid. HEX triplet: AD, 2D and EA. RGB value is (173,45,234). Sum of RGB (Red+Green+Blue) = 173+45+234=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD2DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DEA is #52D215. Grayscale: #686868. Windows color (decimal): -5427734 or 15347117. OLE color: 15347117.
HSL color Cylindrical-coordinate representation of color #AD2DEA: hue angle of 280.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2DEA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 45 | 234 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.08 |
| HSL | 280.63º | 0.82% | 0.55% | - |
| HSV(B) | 280.63º | 0.81% | 0.92% | - |
| XYZ | 33.02 | 16.7 | 79.33 | - |
| YUV | 104.82 | 200.91 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 234 | 0.26 | 0.81 | 0 | 0.08 | 280.63 | 0.82 | 0.55 |
| Hex | AD | 2D | EA | 1A | 51 | 0 | 8 | 119 | 52 | 37 |
| Octal | 255 | 55 | 352 | 32 | 121 | 0 | 10 | 431 | 122 | 67 |
| Binary | 10101101 | 101101 | 11101010 | 11010 | 1010001 | 0 | 1000 | 100011001 | 1010010 | 110111 |
Color Harmonies of #AD2DEA
Complementary color
Monochromatic Colors of #AD2DEA
Black with #AD2DEA
Text Example
Text Example
White with #AD2DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DEA; }
p { color: rgb(173,45,234); }
H1.HeaderClassName
{
color: #AD2DEA;
}
.AnyTagClassName
{
color: #AD2DEA;
}
</style>
background-color css
<style>
a { background-color: #AD2DEA; }
a { background-color: rgb(173,45,234); }
div.DivClassName
{
background-color: #AD2DEA;
}
.BgClassName
{
background-color: #AD2DEA;
}
</style>
border-color css
<style>
span { border-color: #AD2DEA; }
span { border-color: rgb(173,45,234); }
td.TdClassName
{
border-color: #AD2DEA;
}
.TagClassName
{
border-color: #AD2DEA;
}
</style>