Shades of Dark Orchid #AD3BE1
Tints of Dark Orchid #AD3BE1
RGB
CMYK
RGB Variations
Color information
#AD3BE1 (or 0xAD3BE1) is known color: Dark Orchid. HEX triplet: AD, 3B and E1. RGB value is (173,59,225). Sum of RGB (Red+Green+Blue) = 173+59+225=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BE1 is #52C41E. Grayscale: #6F6F6F. Windows color (decimal): -5424159 or 14760877. OLE color: 14760877.
HSL color Cylindrical-coordinate representation of color #AD3BE1: hue angle of 281.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3BE1 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 59 | 225 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.12 |
| HSL | 281.2º | 0.73% | 0.56% | - |
| HSV(B) | 281.2º | 0.74% | 0.88% | - |
| XYZ | 32.39 | 17.45 | 72.9 | - |
| YUV | 112.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 225 | 0.23 | 0.74 | 0 | 0.12 | 281.2 | 0.73 | 0.56 |
| Hex | AD | 3B | E1 | 17 | 4A | 0 | C | 119 | 49 | 38 |
| Octal | 255 | 73 | 341 | 27 | 112 | 0 | 14 | 431 | 111 | 70 |
| Binary | 10101101 | 111011 | 11100001 | 10111 | 1001010 | 0 | 1100 | 100011001 | 1001001 | 111000 |
Color Harmonies of #AD3BE1
Complementary color
Monochromatic Colors of #AD3BE1
Black with #AD3BE1
Text Example
Text Example
White with #AD3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BE1; }
p { color: rgb(173,59,225); }
H1.HeaderClassName
{
color: #AD3BE1;
}
.AnyTagClassName
{
color: #AD3BE1;
}
</style>
background-color css
<style>
a { background-color: #AD3BE1; }
a { background-color: rgb(173,59,225); }
div.DivClassName
{
background-color: #AD3BE1;
}
.BgClassName
{
background-color: #AD3BE1;
}
</style>
border-color css
<style>
span { border-color: #AD3BE1; }
span { border-color: rgb(173,59,225); }
td.TdClassName
{
border-color: #AD3BE1;
}
.TagClassName
{
border-color: #AD3BE1;
}
</style>