Shades of Dark Orchid #AD2DB4
Tints of Dark Orchid #AD2DB4
RGB
CMYK
RGB Variations
Color information
#AD2DB4 (or 0xAD2DB4) is known color: Dark Orchid. HEX triplet: AD, 2D and B4. RGB value is (173,45,180). Sum of RGB (Red+Green+Blue) = 173+45+180=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD2DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DB4 is #52D24B. Grayscale: #626262. Windows color (decimal): -5427788 or 11808173. OLE color: 11808173.
HSL color Cylindrical-coordinate representation of color #AD2DB4: hue angle of 296.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2DB4 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 45 | 180 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.29 |
| HSL | 296.89º | 0.6% | 0.44% | - |
| HSV(B) | 296.89º | 0.75% | 0.71% | - |
| XYZ | 26.41 | 14.06 | 44.5 | - |
| YUV | 98.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 180 | 0.04 | 0.75 | 0 | 0.29 | 296.89 | 0.6 | 0.44 |
| Hex | AD | 2D | B4 | 4 | 4B | 0 | 1D | 129 | 3C | 2C |
| Octal | 255 | 55 | 264 | 4 | 113 | 0 | 35 | 451 | 74 | 54 |
| Binary | 10101101 | 101101 | 10110100 | 100 | 1001011 | 0 | 11101 | 100101001 | 111100 | 101100 |
Color Harmonies of #AD2DB4
Complementary color
Monochromatic Colors of #AD2DB4
Black with #AD2DB4
Text Example
Text Example
White with #AD2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DB4; }
p { color: rgb(173,45,180); }
H1.HeaderClassName
{
color: #AD2DB4;
}
.AnyTagClassName
{
color: #AD2DB4;
}
</style>
background-color css
<style>
a { background-color: #AD2DB4; }
a { background-color: rgb(173,45,180); }
div.DivClassName
{
background-color: #AD2DB4;
}
.BgClassName
{
background-color: #AD2DB4;
}
</style>
border-color css
<style>
span { border-color: #AD2DB4; }
span { border-color: rgb(173,45,180); }
td.TdClassName
{
border-color: #AD2DB4;
}
.TagClassName
{
border-color: #AD2DB4;
}
</style>