Shades of Dark Orchid #AD2BBD
Tints of Dark Orchid #AD2BBD
RGB
CMYK
RGB Variations
Color information
#AD2BBD (or 0xAD2BBD) is known color: Dark Orchid. HEX triplet: AD, 2B and BD. RGB value is (173,43,189). Sum of RGB (Red+Green+Blue) = 173+43+189=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BBD is #52D442. Grayscale: #626262. Windows color (decimal): -5428291 or 12397485. OLE color: 12397485.
HSL color Cylindrical-coordinate representation of color #AD2BBD: hue angle of 293.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2BBD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 43 | 189 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.26 |
| HSL | 293.42º | 0.63% | 0.45% | - |
| HSV(B) | 293.42º | 0.77% | 0.74% | - |
| XYZ | 27.28 | 14.29 | 49.46 | - |
| YUV | 98.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 189 | 0.08 | 0.77 | 0 | 0.26 | 293.42 | 0.63 | 0.45 |
| Hex | AD | 2B | BD | 8 | 4D | 0 | 1A | 125 | 3F | 2D |
| Octal | 255 | 53 | 275 | 10 | 115 | 0 | 32 | 445 | 77 | 55 |
| Binary | 10101101 | 101011 | 10111101 | 1000 | 1001101 | 0 | 11010 | 100100101 | 111111 | 101101 |
Color Harmonies of #AD2BBD
Complementary color
Monochromatic Colors of #AD2BBD
Black with #AD2BBD
Text Example
Text Example
White with #AD2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BBD; }
p { color: rgb(173,43,189); }
H1.HeaderClassName
{
color: #AD2BBD;
}
.AnyTagClassName
{
color: #AD2BBD;
}
</style>
background-color css
<style>
a { background-color: #AD2BBD; }
a { background-color: rgb(173,43,189); }
div.DivClassName
{
background-color: #AD2BBD;
}
.BgClassName
{
background-color: #AD2BBD;
}
</style>
border-color css
<style>
span { border-color: #AD2BBD; }
span { border-color: rgb(173,43,189); }
td.TdClassName
{
border-color: #AD2BBD;
}
.TagClassName
{
border-color: #AD2BBD;
}
</style>