Shades of Dark Orchid #AD1BD5
Tints of Dark Orchid #AD1BD5
RGB
CMYK
RGB Variations
Color information
#AD1BD5 (or 0xAD1BD5) is known color: Dark Orchid. HEX triplet: AD, 1B and D5. RGB value is (173,27,213). Sum of RGB (Red+Green+Blue) = 173+27+213=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD1BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BD5 is #52E42A. Grayscale: #5B5B5B. Windows color (decimal): -5432363 or 13966253. OLE color: 13966253.
HSL color Cylindrical-coordinate representation of color #AD1BD5: hue angle of 287.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1BD5 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 27 | 213 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.16 |
| HSL | 287.1º | 0.78% | 0.47% | - |
| HSV(B) | 287.1º | 0.87% | 0.84% | - |
| XYZ | 29.64 | 14.47 | 64.18 | - |
| YUV | 91.86 | 196.37 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 213 | 0.19 | 0.87 | 0 | 0.16 | 287.1 | 0.78 | 0.47 |
| Hex | AD | 1B | D5 | 13 | 57 | 0 | 10 | 11F | 4E | 2F |
| Octal | 255 | 33 | 325 | 23 | 127 | 0 | 20 | 437 | 116 | 57 |
| Binary | 10101101 | 11011 | 11010101 | 10011 | 1010111 | 0 | 10000 | 100011111 | 1001110 | 101111 |
Color Harmonies of #AD1BD5
Complementary color
Monochromatic Colors of #AD1BD5
Black with #AD1BD5
Text Example
Text Example
White with #AD1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BD5; }
p { color: rgb(173,27,213); }
H1.HeaderClassName
{
color: #AD1BD5;
}
.AnyTagClassName
{
color: #AD1BD5;
}
</style>
background-color css
<style>
a { background-color: #AD1BD5; }
a { background-color: rgb(173,27,213); }
div.DivClassName
{
background-color: #AD1BD5;
}
.BgClassName
{
background-color: #AD1BD5;
}
</style>
border-color css
<style>
span { border-color: #AD1BD5; }
span { border-color: rgb(173,27,213); }
td.TdClassName
{
border-color: #AD1BD5;
}
.TagClassName
{
border-color: #AD1BD5;
}
</style>