Shades of Dark Orchid #AD2AB6
Tints of Dark Orchid #AD2AB6
RGB
CMYK
RGB Variations
Color information
#AD2AB6 (or 0xAD2AB6) is known color: Dark Orchid. HEX triplet: AD, 2A and B6. RGB value is (173,42,182). Sum of RGB (Red+Green+Blue) = 173+42+182=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD2AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2AB6 is #52D549. Grayscale: #606060. Windows color (decimal): -5428554 or 11938477. OLE color: 11938477.
HSL color Cylindrical-coordinate representation of color #AD2AB6: hue angle of 296.14º 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 #AD2AB6 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 42 | 182 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.29 |
| HSL | 296.14º | 0.63% | 0.44% | - |
| HSV(B) | 296.14º | 0.77% | 0.71% | - |
| XYZ | 26.51 | 13.92 | 45.55 | - |
| YUV | 97.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 182 | 0.05 | 0.77 | 0 | 0.29 | 296.14 | 0.63 | 0.44 |
| Hex | AD | 2A | B6 | 5 | 4D | 0 | 1D | 128 | 3E | 2C |
| Octal | 255 | 52 | 266 | 5 | 115 | 0 | 35 | 450 | 76 | 54 |
| Binary | 10101101 | 101010 | 10110110 | 101 | 1001101 | 0 | 11101 | 100101000 | 111110 | 101100 |
Color Harmonies of #AD2AB6
Complementary color
Monochromatic Colors of #AD2AB6
Black with #AD2AB6
Text Example
Text Example
White with #AD2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AB6; }
p { color: rgb(173,42,182); }
H1.HeaderClassName
{
color: #AD2AB6;
}
.AnyTagClassName
{
color: #AD2AB6;
}
</style>
background-color css
<style>
a { background-color: #AD2AB6; }
a { background-color: rgb(173,42,182); }
div.DivClassName
{
background-color: #AD2AB6;
}
.BgClassName
{
background-color: #AD2AB6;
}
</style>
border-color css
<style>
span { border-color: #AD2AB6; }
span { border-color: rgb(173,42,182); }
td.TdClassName
{
border-color: #AD2AB6;
}
.TagClassName
{
border-color: #AD2AB6;
}
</style>