Shades of Dark Orchid #AD2BAE
Tints of Dark Orchid #AD2BAE
RGB
CMYK
RGB Variations
Color information
#AD2BAE (or 0xAD2BAE) is known color: Dark Orchid. HEX triplet: AD, 2B and AE. RGB value is (173,43,174). Sum of RGB (Red+Green+Blue) = 173+43+174=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BAE is #52D451. Grayscale: #606060. Windows color (decimal): -5428306 or 11414445. OLE color: 11414445.
HSL color Cylindrical-coordinate representation of color #AD2BAE: hue angle of 299.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2BAE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 174 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.32 |
| HSL | 299.54º | 0.6% | 0.43% | - |
| HSV(B) | 299.54º | 0.75% | 0.68% | - |
| XYZ | 25.74 | 13.67 | 41.33 | - |
| YUV | 96.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 174 | 0.01 | 0.75 | 0 | 0.32 | 299.54 | 0.6 | 0.43 |
| Hex | AD | 2B | AE | 1 | 4B | 0 | 20 | 12C | 3C | 2B |
| Octal | 255 | 53 | 256 | 1 | 113 | 0 | 40 | 454 | 74 | 53 |
| Binary | 10101101 | 101011 | 10101110 | 1 | 1001011 | 0 | 100000 | 100101100 | 111100 | 101011 |
Color Harmonies of #AD2BAE
Complementary color
Monochromatic Colors of #AD2BAE
Black with #AD2BAE
Text Example
Text Example
White with #AD2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BAE; }
p { color: rgb(173,43,174); }
H1.HeaderClassName
{
color: #AD2BAE;
}
.AnyTagClassName
{
color: #AD2BAE;
}
</style>
background-color css
<style>
a { background-color: #AD2BAE; }
a { background-color: rgb(173,43,174); }
div.DivClassName
{
background-color: #AD2BAE;
}
.BgClassName
{
background-color: #AD2BAE;
}
</style>
border-color css
<style>
span { border-color: #AD2BAE; }
span { border-color: rgb(173,43,174); }
td.TdClassName
{
border-color: #AD2BAE;
}
.TagClassName
{
border-color: #AD2BAE;
}
</style>