Shades of Dark Orchid #AD23DA
Tints of Dark Orchid #AD23DA
RGB
CMYK
RGB Variations
Color information
#AD23DA (or 0xAD23DA) is known color: Dark Orchid. HEX triplet: AD, 23 and DA. RGB value is (173,35,218). Sum of RGB (Red+Green+Blue) = 173+35+218=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD23DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23DA is #52DC25. Grayscale: #606060. Windows color (decimal): -5430310 or 14295981. OLE color: 14295981.
HSL color Cylindrical-coordinate representation of color #AD23DA: hue angle of 285.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD23DA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 35 | 218 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.15 |
| HSL | 285.25º | 0.72% | 0.5% | - |
| HSV(B) | 285.25º | 0.84% | 0.85% | - |
| XYZ | 30.49 | 15.15 | 67.65 | - |
| YUV | 97.12 | 196.22 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 218 | 0.21 | 0.84 | 0 | 0.15 | 285.25 | 0.72 | 0.5 |
| Hex | AD | 23 | DA | 15 | 54 | 0 | F | 11D | 48 | 32 |
| Octal | 255 | 43 | 332 | 25 | 124 | 0 | 17 | 435 | 110 | 62 |
| Binary | 10101101 | 100011 | 11011010 | 10101 | 1010100 | 0 | 1111 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AD23DA
Complementary color
Monochromatic Colors of #AD23DA
Black with #AD23DA
Text Example
Text Example
White with #AD23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23DA; }
p { color: rgb(173,35,218); }
H1.HeaderClassName
{
color: #AD23DA;
}
.AnyTagClassName
{
color: #AD23DA;
}
</style>
background-color css
<style>
a { background-color: #AD23DA; }
a { background-color: rgb(173,35,218); }
div.DivClassName
{
background-color: #AD23DA;
}
.BgClassName
{
background-color: #AD23DA;
}
</style>
border-color css
<style>
span { border-color: #AD23DA; }
span { border-color: rgb(173,35,218); }
td.TdClassName
{
border-color: #AD23DA;
}
.TagClassName
{
border-color: #AD23DA;
}
</style>