Shades of Dark Orchid #AD24B0
Tints of Dark Orchid #AD24B0
RGB
CMYK
RGB Variations
Color information
#AD24B0 (or 0xAD24B0) is known color: Dark Orchid. HEX triplet: AD, 24 and B0. RGB value is (173,36,176). Sum of RGB (Red+Green+Blue) = 173+36+176=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD24B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24B0 is #52DB4F. Grayscale: #5C5C5C. Windows color (decimal): -5430096 or 11543725. OLE color: 11543725.
HSL color Cylindrical-coordinate representation of color #AD24B0: hue angle of 298.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD24B0 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 36 | 176 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.31 |
| HSL | 298.71º | 0.66% | 0.42% | - |
| HSV(B) | 298.71º | 0.8% | 0.69% | - |
| XYZ | 25.7 | 13.28 | 42.28 | - |
| YUV | 92.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 176 | 0.02 | 0.80 | 0 | 0.31 | 298.71 | 0.66 | 0.42 |
| Hex | AD | 24 | B0 | 2 | 50 | 0 | 1F | 12B | 42 | 2A |
| Octal | 255 | 44 | 260 | 2 | 120 | 0 | 37 | 453 | 102 | 52 |
| Binary | 10101101 | 100100 | 10110000 | 10 | 1010000 | 0 | 11111 | 100101011 | 1000010 | 101010 |
Color Harmonies of #AD24B0
Complementary color
Monochromatic Colors of #AD24B0
Black with #AD24B0
Text Example
Text Example
White with #AD24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24B0; }
p { color: rgb(173,36,176); }
H1.HeaderClassName
{
color: #AD24B0;
}
.AnyTagClassName
{
color: #AD24B0;
}
</style>
background-color css
<style>
a { background-color: #AD24B0; }
a { background-color: rgb(173,36,176); }
div.DivClassName
{
background-color: #AD24B0;
}
.BgClassName
{
background-color: #AD24B0;
}
</style>
border-color css
<style>
span { border-color: #AD24B0; }
span { border-color: rgb(173,36,176); }
td.TdClassName
{
border-color: #AD24B0;
}
.TagClassName
{
border-color: #AD24B0;
}
</style>