Shades of Dark Orchid #AD2BBE
Tints of Dark Orchid #AD2BBE
RGB
CMYK
RGB Variations
Color information
#AD2BBE (or 0xAD2BBE) is known color: Dark Orchid. HEX triplet: AD, 2B and BE. RGB value is (173,43,190). Sum of RGB (Red+Green+Blue) = 173+43+190=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BBE is #52D441. Grayscale: #626262. Windows color (decimal): -5428290 or 12463021. OLE color: 12463021.
HSL color Cylindrical-coordinate representation of color #AD2BBE: hue angle of 293.06º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2BBE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 43 | 190 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.25 |
| HSL | 293.06º | 0.63% | 0.46% | - |
| HSV(B) | 293.06º | 0.77% | 0.75% | - |
| XYZ | 27.39 | 14.33 | 50.04 | - |
| YUV | 98.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 190 | 0.09 | 0.77 | 0 | 0.25 | 293.06 | 0.63 | 0.46 |
| Hex | AD | 2B | BE | 9 | 4D | 0 | 19 | 125 | 3F | 2E |
| Octal | 255 | 53 | 276 | 11 | 115 | 0 | 31 | 445 | 77 | 56 |
| Binary | 10101101 | 101011 | 10111110 | 1001 | 1001101 | 0 | 11001 | 100100101 | 111111 | 101110 |
Color Harmonies of #AD2BBE
Complementary color
Monochromatic Colors of #AD2BBE
Black with #AD2BBE
Text Example
Text Example
White with #AD2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BBE; }
p { color: rgb(173,43,190); }
H1.HeaderClassName
{
color: #AD2BBE;
}
.AnyTagClassName
{
color: #AD2BBE;
}
</style>
background-color css
<style>
a { background-color: #AD2BBE; }
a { background-color: rgb(173,43,190); }
div.DivClassName
{
background-color: #AD2BBE;
}
.BgClassName
{
background-color: #AD2BBE;
}
</style>
border-color css
<style>
span { border-color: #AD2BBE; }
span { border-color: rgb(173,43,190); }
td.TdClassName
{
border-color: #AD2BBE;
}
.TagClassName
{
border-color: #AD2BBE;
}
</style>