Shades of Dark Orchid #AD1ABE
Tints of Dark Orchid #AD1ABE
RGB
CMYK
RGB Variations
Color information
#AD1ABE (or 0xAD1ABE) is known color: Dark Orchid. HEX triplet: AD, 1A and BE. RGB value is (173,26,190). Sum of RGB (Red+Green+Blue) = 173+26+190=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ABE is #52E541. Grayscale: #585858. Windows color (decimal): -5432642 or 12458669. OLE color: 12458669.
HSL color Cylindrical-coordinate representation of color #AD1ABE: hue angle of 293.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ABE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 26 | 190 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.25 |
| HSL | 293.78º | 0.76% | 0.42% | - |
| HSV(B) | 293.78º | 0.86% | 0.75% | - |
| XYZ | 26.9 | 13.34 | 49.87 | - |
| YUV | 88.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 190 | 0.09 | 0.86 | 0 | 0.25 | 293.78 | 0.76 | 0.42 |
| Hex | AD | 1A | BE | 9 | 56 | 0 | 19 | 126 | 4C | 2A |
| Octal | 255 | 32 | 276 | 11 | 126 | 0 | 31 | 446 | 114 | 52 |
| Binary | 10101101 | 11010 | 10111110 | 1001 | 1010110 | 0 | 11001 | 100100110 | 1001100 | 101010 |
Color Harmonies of #AD1ABE
Complementary color
Monochromatic Colors of #AD1ABE
Black with #AD1ABE
Text Example
Text Example
White with #AD1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ABE; }
p { color: rgb(173,26,190); }
H1.HeaderClassName
{
color: #AD1ABE;
}
.AnyTagClassName
{
color: #AD1ABE;
}
</style>
background-color css
<style>
a { background-color: #AD1ABE; }
a { background-color: rgb(173,26,190); }
div.DivClassName
{
background-color: #AD1ABE;
}
.BgClassName
{
background-color: #AD1ABE;
}
</style>
border-color css
<style>
span { border-color: #AD1ABE; }
span { border-color: rgb(173,26,190); }
td.TdClassName
{
border-color: #AD1ABE;
}
.TagClassName
{
border-color: #AD1ABE;
}
</style>