Shades of Dark Orchid #AD1CC5
Tints of Dark Orchid #AD1CC5
RGB
CMYK
RGB Variations
Color information
#AD1CC5 (or 0xAD1CC5) is known color: Dark Orchid. HEX triplet: AD, 1C and C5. RGB value is (173,28,197). Sum of RGB (Red+Green+Blue) = 173+28+197=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD1CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CC5 is #52E33A. Grayscale: #5A5A5A. Windows color (decimal): -5432123 or 12917933. OLE color: 12917933.
HSL color Cylindrical-coordinate representation of color #AD1CC5: hue angle of 291.48º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1CC5 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 28 | 197 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.23 |
| HSL | 291.48º | 0.75% | 0.44% | - |
| HSV(B) | 291.48º | 0.86% | 0.77% | - |
| XYZ | 27.73 | 13.75 | 54.02 | - |
| YUV | 90.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 197 | 0.12 | 0.86 | 0 | 0.23 | 291.48 | 0.75 | 0.44 |
| Hex | AD | 1C | C5 | C | 56 | 0 | 17 | 123 | 4B | 2C |
| Octal | 255 | 34 | 305 | 14 | 126 | 0 | 27 | 443 | 113 | 54 |
| Binary | 10101101 | 11100 | 11000101 | 1100 | 1010110 | 0 | 10111 | 100100011 | 1001011 | 101100 |
Color Harmonies of #AD1CC5
Complementary color
Monochromatic Colors of #AD1CC5
Black with #AD1CC5
Text Example
Text Example
White with #AD1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CC5; }
p { color: rgb(173,28,197); }
H1.HeaderClassName
{
color: #AD1CC5;
}
.AnyTagClassName
{
color: #AD1CC5;
}
</style>
background-color css
<style>
a { background-color: #AD1CC5; }
a { background-color: rgb(173,28,197); }
div.DivClassName
{
background-color: #AD1CC5;
}
.BgClassName
{
background-color: #AD1CC5;
}
</style>
border-color css
<style>
span { border-color: #AD1CC5; }
span { border-color: rgb(173,28,197); }
td.TdClassName
{
border-color: #AD1CC5;
}
.TagClassName
{
border-color: #AD1CC5;
}
</style>