Shades of Dark Orchid #AD3BE5
Tints of Dark Orchid #AD3BE5
RGB
CMYK
RGB Variations
Color information
#AD3BE5 (or 0xAD3BE5) is known color: Dark Orchid. HEX triplet: AD, 3B and E5. RGB value is (173,59,229). Sum of RGB (Red+Green+Blue) = 173+59+229=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD3BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BE5 is #52C41A. Grayscale: #6F6F6F. Windows color (decimal): -5424155 or 15023021. OLE color: 15023021.
HSL color Cylindrical-coordinate representation of color #AD3BE5: hue angle of 280.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3BE5 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 59 | 229 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.10 |
| HSL | 280.24º | 0.77% | 0.56% | - |
| HSV(B) | 280.24º | 0.74% | 0.9% | - |
| XYZ | 32.94 | 17.67 | 75.8 | - |
| YUV | 112.47 | 193.77 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 229 | 0.24 | 0.74 | 0 | 0.10 | 280.24 | 0.77 | 0.56 |
| Hex | AD | 3B | E5 | 18 | 4A | 0 | A | 118 | 4D | 38 |
| Octal | 255 | 73 | 345 | 30 | 112 | 0 | 12 | 430 | 115 | 70 |
| Binary | 10101101 | 111011 | 11100101 | 11000 | 1001010 | 0 | 1010 | 100011000 | 1001101 | 111000 |
Color Harmonies of #AD3BE5
Complementary color
Monochromatic Colors of #AD3BE5
Black with #AD3BE5
Text Example
Text Example
White with #AD3BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BE5; }
p { color: rgb(173,59,229); }
H1.HeaderClassName
{
color: #AD3BE5;
}
.AnyTagClassName
{
color: #AD3BE5;
}
</style>
background-color css
<style>
a { background-color: #AD3BE5; }
a { background-color: rgb(173,59,229); }
div.DivClassName
{
background-color: #AD3BE5;
}
.BgClassName
{
background-color: #AD3BE5;
}
</style>
border-color css
<style>
span { border-color: #AD3BE5; }
span { border-color: rgb(173,59,229); }
td.TdClassName
{
border-color: #AD3BE5;
}
.TagClassName
{
border-color: #AD3BE5;
}
</style>