Shades of Dark Orchid #AD23B0
Tints of Dark Orchid #AD23B0
RGB
CMYK
RGB Variations
Color information
#AD23B0 (or 0xAD23B0) is known color: Dark Orchid. HEX triplet: AD, 23 and B0. RGB value is (173,35,176). Sum of RGB (Red+Green+Blue) = 173+35+176=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD23B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23B0 is #52DC4F. Grayscale: #5B5B5B. Windows color (decimal): -5430352 or 11543469. OLE color: 11543469.
HSL color Cylindrical-coordinate representation of color #AD23B0: hue angle of 298.72º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD23B0 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 35 | 176 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.31 |
| HSL | 298.72º | 0.67% | 0.41% | - |
| HSV(B) | 298.72º | 0.8% | 0.69% | - |
| XYZ | 25.67 | 13.22 | 42.27 | - |
| YUV | 92.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 176 | 0.02 | 0.80 | 0 | 0.31 | 298.72 | 0.67 | 0.41 |
| Hex | AD | 23 | B0 | 2 | 50 | 0 | 1F | 12B | 43 | 29 |
| Octal | 255 | 43 | 260 | 2 | 120 | 0 | 37 | 453 | 103 | 51 |
| Binary | 10101101 | 100011 | 10110000 | 10 | 1010000 | 0 | 11111 | 100101011 | 1000011 | 101001 |
Color Harmonies of #AD23B0
Complementary color
Monochromatic Colors of #AD23B0
Black with #AD23B0
Text Example
Text Example
White with #AD23B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23B0; }
p { color: rgb(173,35,176); }
H1.HeaderClassName
{
color: #AD23B0;
}
.AnyTagClassName
{
color: #AD23B0;
}
</style>
background-color css
<style>
a { background-color: #AD23B0; }
a { background-color: rgb(173,35,176); }
div.DivClassName
{
background-color: #AD23B0;
}
.BgClassName
{
background-color: #AD23B0;
}
</style>
border-color css
<style>
span { border-color: #AD23B0; }
span { border-color: rgb(173,35,176); }
td.TdClassName
{
border-color: #AD23B0;
}
.TagClassName
{
border-color: #AD23B0;
}
</style>