Shades of Dark Orchid #AD1BE6
Tints of Dark Orchid #AD1BE6
RGB
CMYK
RGB Variations
Color information
#AD1BE6 (or 0xAD1BE6) is known color: Dark Orchid. HEX triplet: AD, 1B and E6. RGB value is (173,27,230). Sum of RGB (Red+Green+Blue) = 173+27+230=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD1BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BE6 is #52E419. Grayscale: #5D5D5D. Windows color (decimal): -5432346 or 15080365. OLE color: 15080365.
HSL color Cylindrical-coordinate representation of color #AD1BE6: hue angle of 283.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1BE6 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 27 | 230 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.10 |
| HSL | 283.15º | 0.8% | 0.5% | - |
| HSV(B) | 283.15º | 0.88% | 0.9% | - |
| XYZ | 31.91 | 15.38 | 76.15 | - |
| YUV | 93.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 230 | 0.25 | 0.88 | 0 | 0.10 | 283.15 | 0.8 | 0.5 |
| Hex | AD | 1B | E6 | 19 | 58 | 0 | A | 11B | 50 | 32 |
| Octal | 255 | 33 | 346 | 31 | 130 | 0 | 12 | 433 | 120 | 62 |
| Binary | 10101101 | 11011 | 11100110 | 11001 | 1011000 | 0 | 1010 | 100011011 | 1010000 | 110010 |
Color Harmonies of #AD1BE6
Complementary color
Monochromatic Colors of #AD1BE6
Black with #AD1BE6
Text Example
Text Example
White with #AD1BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BE6; }
p { color: rgb(173,27,230); }
H1.HeaderClassName
{
color: #AD1BE6;
}
.AnyTagClassName
{
color: #AD1BE6;
}
</style>
background-color css
<style>
a { background-color: #AD1BE6; }
a { background-color: rgb(173,27,230); }
div.DivClassName
{
background-color: #AD1BE6;
}
.BgClassName
{
background-color: #AD1BE6;
}
</style>
border-color css
<style>
span { border-color: #AD1BE6; }
span { border-color: rgb(173,27,230); }
td.TdClassName
{
border-color: #AD1BE6;
}
.TagClassName
{
border-color: #AD1BE6;
}
</style>