Shades of Dark Orchid #AD2BC6
Tints of Dark Orchid #AD2BC6
RGB
CMYK
RGB Variations
Color information
#AD2BC6 (or 0xAD2BC6) is known color: Dark Orchid. HEX triplet: AD, 2B and C6. RGB value is (173,43,198). Sum of RGB (Red+Green+Blue) = 173+43+198=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD2BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BC6 is #52D439. Grayscale: #636363. Windows color (decimal): -5428282 or 12987309. OLE color: 12987309.
HSL color Cylindrical-coordinate representation of color #AD2BC6: hue angle of 290.32º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2BC6 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 43 | 198 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.22 |
| HSL | 290.32º | 0.64% | 0.47% | - |
| HSV(B) | 290.32º | 0.78% | 0.78% | - |
| XYZ | 28.29 | 14.69 | 54.77 | - |
| YUV | 99.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 198 | 0.13 | 0.78 | 0 | 0.22 | 290.32 | 0.64 | 0.47 |
| Hex | AD | 2B | C6 | D | 4E | 0 | 16 | 122 | 40 | 2F |
| Octal | 255 | 53 | 306 | 15 | 116 | 0 | 26 | 442 | 100 | 57 |
| Binary | 10101101 | 101011 | 11000110 | 1101 | 1001110 | 0 | 10110 | 100100010 | 1000000 | 101111 |
Color Harmonies of #AD2BC6
Complementary color
Monochromatic Colors of #AD2BC6
Black with #AD2BC6
Text Example
Text Example
White with #AD2BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BC6; }
p { color: rgb(173,43,198); }
H1.HeaderClassName
{
color: #AD2BC6;
}
.AnyTagClassName
{
color: #AD2BC6;
}
</style>
background-color css
<style>
a { background-color: #AD2BC6; }
a { background-color: rgb(173,43,198); }
div.DivClassName
{
background-color: #AD2BC6;
}
.BgClassName
{
background-color: #AD2BC6;
}
</style>
border-color css
<style>
span { border-color: #AD2BC6; }
span { border-color: rgb(173,43,198); }
td.TdClassName
{
border-color: #AD2BC6;
}
.TagClassName
{
border-color: #AD2BC6;
}
</style>