Shades of Dark Orchid #A11CAD
Tints of Dark Orchid #A11CAD
RGB
CMYK
RGB Variations
Color information
#A11CAD (or 0xA11CAD) is known color: Dark Orchid. HEX triplet: A1, 1C and AD. RGB value is (161,28,173). Sum of RGB (Red+Green+Blue) = 161+28+173=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #A11CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CAD is #5EE352. Grayscale: #535353. Windows color (decimal): -6218579 or 11345057. OLE color: 11345057.
HSL color Cylindrical-coordinate representation of color #A11CAD: hue angle of 295.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11CAD is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 28 | 173 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.32 |
| HSL | 295.03º | 0.72% | 0.39% | - |
| HSV(B) | 295.03º | 0.84% | 0.68% | - |
| XYZ | 22.66 | 11.42 | 40.55 | - |
| YUV | 84.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 173 | 0.07 | 0.84 | 0 | 0.32 | 295.03 | 0.72 | 0.39 |
| Hex | A1 | 1C | AD | 7 | 54 | 0 | 20 | 127 | 48 | 27 |
| Octal | 241 | 34 | 255 | 7 | 124 | 0 | 40 | 447 | 110 | 47 |
| Binary | 10100001 | 11100 | 10101101 | 111 | 1010100 | 0 | 100000 | 100100111 | 1001000 | 100111 |
Color Harmonies of #A11CAD
Complementary color
Monochromatic Colors of #A11CAD
Black with #A11CAD
Text Example
Text Example
White with #A11CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CAD; }
p { color: rgb(161,28,173); }
H1.HeaderClassName
{
color: #A11CAD;
}
.AnyTagClassName
{
color: #A11CAD;
}
</style>
background-color css
<style>
a { background-color: #A11CAD; }
a { background-color: rgb(161,28,173); }
div.DivClassName
{
background-color: #A11CAD;
}
.BgClassName
{
background-color: #A11CAD;
}
</style>
border-color css
<style>
span { border-color: #A11CAD; }
span { border-color: rgb(161,28,173); }
td.TdClassName
{
border-color: #A11CAD;
}
.TagClassName
{
border-color: #A11CAD;
}
</style>