Shades of Dark Orchid #AD23BE
Tints of Dark Orchid #AD23BE
RGB
CMYK
RGB Variations
Color information
#AD23BE (or 0xAD23BE) is known color: Dark Orchid. HEX triplet: AD, 23 and BE. RGB value is (173,35,190). Sum of RGB (Red+Green+Blue) = 173+35+190=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23BE is #52DC41. Grayscale: #5D5D5D. Windows color (decimal): -5430338 or 12460973. OLE color: 12460973.
HSL color Cylindrical-coordinate representation of color #AD23BE: hue angle of 293.42º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD23BE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 35 | 190 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.25 |
| HSL | 293.42º | 0.69% | 0.44% | - |
| HSV(B) | 293.42º | 0.82% | 0.75% | - |
| XYZ | 27.13 | 13.8 | 49.95 | - |
| YUV | 93.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 190 | 0.09 | 0.82 | 0 | 0.25 | 293.42 | 0.69 | 0.44 |
| Hex | AD | 23 | BE | 9 | 52 | 0 | 19 | 125 | 45 | 2C |
| Octal | 255 | 43 | 276 | 11 | 122 | 0 | 31 | 445 | 105 | 54 |
| Binary | 10101101 | 100011 | 10111110 | 1001 | 1010010 | 0 | 11001 | 100100101 | 1000101 | 101100 |
Color Harmonies of #AD23BE
Complementary color
Monochromatic Colors of #AD23BE
Black with #AD23BE
Text Example
Text Example
White with #AD23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23BE; }
p { color: rgb(173,35,190); }
H1.HeaderClassName
{
color: #AD23BE;
}
.AnyTagClassName
{
color: #AD23BE;
}
</style>
background-color css
<style>
a { background-color: #AD23BE; }
a { background-color: rgb(173,35,190); }
div.DivClassName
{
background-color: #AD23BE;
}
.BgClassName
{
background-color: #AD23BE;
}
</style>
border-color css
<style>
span { border-color: #AD23BE; }
span { border-color: rgb(173,35,190); }
td.TdClassName
{
border-color: #AD23BE;
}
.TagClassName
{
border-color: #AD23BE;
}
</style>