Shades of Dark Orchid #AD2AB4
Tints of Dark Orchid #AD2AB4
RGB
CMYK
RGB Variations
Color information
#AD2AB4 (or 0xAD2AB4) is known color: Dark Orchid. HEX triplet: AD, 2A and B4. RGB value is (173,42,180). Sum of RGB (Red+Green+Blue) = 173+42+180=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD2AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2AB4 is #52D54B. Grayscale: #606060. Windows color (decimal): -5428556 or 11807405. OLE color: 11807405.
HSL color Cylindrical-coordinate representation of color #AD2AB4: hue angle of 296.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2AB4 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 42 | 180 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.29 |
| HSL | 296.96º | 0.62% | 0.44% | - |
| HSV(B) | 296.96º | 0.77% | 0.71% | - |
| XYZ | 26.3 | 13.84 | 44.46 | - |
| YUV | 96.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 180 | 0.04 | 0.77 | 0 | 0.29 | 296.96 | 0.62 | 0.44 |
| Hex | AD | 2A | B4 | 4 | 4D | 0 | 1D | 129 | 3E | 2C |
| Octal | 255 | 52 | 264 | 4 | 115 | 0 | 35 | 451 | 76 | 54 |
| Binary | 10101101 | 101010 | 10110100 | 100 | 1001101 | 0 | 11101 | 100101001 | 111110 | 101100 |
Color Harmonies of #AD2AB4
Complementary color
Monochromatic Colors of #AD2AB4
Black with #AD2AB4
Text Example
Text Example
White with #AD2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AB4; }
p { color: rgb(173,42,180); }
H1.HeaderClassName
{
color: #AD2AB4;
}
.AnyTagClassName
{
color: #AD2AB4;
}
</style>
background-color css
<style>
a { background-color: #AD2AB4; }
a { background-color: rgb(173,42,180); }
div.DivClassName
{
background-color: #AD2AB4;
}
.BgClassName
{
background-color: #AD2AB4;
}
</style>
border-color css
<style>
span { border-color: #AD2AB4; }
span { border-color: rgb(173,42,180); }
td.TdClassName
{
border-color: #AD2AB4;
}
.TagClassName
{
border-color: #AD2AB4;
}
</style>