Shades of Dark Orchid #AD2BC7
Tints of Dark Orchid #AD2BC7
RGB
CMYK
RGB Variations
Color information
#AD2BC7 (or 0xAD2BC7) is known color: Dark Orchid. HEX triplet: AD, 2B and C7. RGB value is (173,43,199). Sum of RGB (Red+Green+Blue) = 173+43+199=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD2BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BC7 is #52D438. Grayscale: #636363. Windows color (decimal): -5428281 or 13052845. OLE color: 13052845.
HSL color Cylindrical-coordinate representation of color #AD2BC7: hue angle of 290º 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 #AD2BC7 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 43 | 199 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.22 |
| HSL | 290º | 0.64% | 0.47% | - |
| HSV(B) | 290º | 0.78% | 0.78% | - |
| XYZ | 28.41 | 14.74 | 55.38 | - |
| YUV | 99.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 199 | 0.13 | 0.78 | 0 | 0.22 | 290 | 0.64 | 0.47 |
| Hex | AD | 2B | C7 | D | 4E | 0 | 16 | 122 | 40 | 2F |
| Octal | 255 | 53 | 307 | 15 | 116 | 0 | 26 | 442 | 100 | 57 |
| Binary | 10101101 | 101011 | 11000111 | 1101 | 1001110 | 0 | 10110 | 100100010 | 1000000 | 101111 |
Color Harmonies of #AD2BC7
Complementary color
Monochromatic Colors of #AD2BC7
Black with #AD2BC7
Text Example
Text Example
White with #AD2BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BC7; }
p { color: rgb(173,43,199); }
H1.HeaderClassName
{
color: #AD2BC7;
}
.AnyTagClassName
{
color: #AD2BC7;
}
</style>
background-color css
<style>
a { background-color: #AD2BC7; }
a { background-color: rgb(173,43,199); }
div.DivClassName
{
background-color: #AD2BC7;
}
.BgClassName
{
background-color: #AD2BC7;
}
</style>
border-color css
<style>
span { border-color: #AD2BC7; }
span { border-color: rgb(173,43,199); }
td.TdClassName
{
border-color: #AD2BC7;
}
.TagClassName
{
border-color: #AD2BC7;
}
</style>