Shades of Dark Orchid #AD1BBE
Tints of Dark Orchid #AD1BBE
RGB
CMYK
RGB Variations
Color information
#AD1BBE (or 0xAD1BBE) is known color: Dark Orchid. HEX triplet: AD, 1B and BE. RGB value is (173,27,190). Sum of RGB (Red+Green+Blue) = 173+27+190=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BBE is #52E441. Grayscale: #585858. Windows color (decimal): -5432386 or 12458925. OLE color: 12458925.
HSL color Cylindrical-coordinate representation of color #AD1BBE: hue angle of 293.74º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1BBE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 27 | 190 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.25 |
| HSL | 293.74º | 0.75% | 0.43% | - |
| HSV(B) | 293.74º | 0.86% | 0.75% | - |
| XYZ | 26.92 | 13.39 | 49.88 | - |
| YUV | 89.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 190 | 0.09 | 0.86 | 0 | 0.25 | 293.74 | 0.75 | 0.43 |
| Hex | AD | 1B | BE | 9 | 56 | 0 | 19 | 126 | 4B | 2B |
| Octal | 255 | 33 | 276 | 11 | 126 | 0 | 31 | 446 | 113 | 53 |
| Binary | 10101101 | 11011 | 10111110 | 1001 | 1010110 | 0 | 11001 | 100100110 | 1001011 | 101011 |
Color Harmonies of #AD1BBE
Complementary color
Monochromatic Colors of #AD1BBE
Black with #AD1BBE
Text Example
Text Example
White with #AD1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BBE; }
p { color: rgb(173,27,190); }
H1.HeaderClassName
{
color: #AD1BBE;
}
.AnyTagClassName
{
color: #AD1BBE;
}
</style>
background-color css
<style>
a { background-color: #AD1BBE; }
a { background-color: rgb(173,27,190); }
div.DivClassName
{
background-color: #AD1BBE;
}
.BgClassName
{
background-color: #AD1BBE;
}
</style>
border-color css
<style>
span { border-color: #AD1BBE; }
span { border-color: rgb(173,27,190); }
td.TdClassName
{
border-color: #AD1BBE;
}
.TagClassName
{
border-color: #AD1BBE;
}
</style>