Shades of Dark Orchid #A11DAA
Tints of Dark Orchid #A11DAA
RGB
CMYK
RGB Variations
Color information
#A11DAA (or 0xA11DAA) is known color: Dark Orchid. HEX triplet: A1, 1D and AA. RGB value is (161,29,170). Sum of RGB (Red+Green+Blue) = 161+29+170=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A11DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DAA is #5EE255. Grayscale: #545454. Windows color (decimal): -6218326 or 11148705. OLE color: 11148705.
HSL color Cylindrical-coordinate representation of color #A11DAA: hue angle of 296.17º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11DAA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 29 | 170 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.33 |
| HSL | 296.17º | 0.71% | 0.39% | - |
| HSV(B) | 296.17º | 0.83% | 0.67% | - |
| XYZ | 22.39 | 11.36 | 39.04 | - |
| YUV | 84.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 170 | 0.05 | 0.83 | 0 | 0.33 | 296.17 | 0.71 | 0.39 |
| Hex | A1 | 1D | AA | 5 | 53 | 0 | 21 | 128 | 47 | 27 |
| Octal | 241 | 35 | 252 | 5 | 123 | 0 | 41 | 450 | 107 | 47 |
| Binary | 10100001 | 11101 | 10101010 | 101 | 1010011 | 0 | 100001 | 100101000 | 1000111 | 100111 |
Color Harmonies of #A11DAA
Complementary color
Monochromatic Colors of #A11DAA
Black with #A11DAA
Text Example
Text Example
White with #A11DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DAA; }
p { color: rgb(161,29,170); }
H1.HeaderClassName
{
color: #A11DAA;
}
.AnyTagClassName
{
color: #A11DAA;
}
</style>
background-color css
<style>
a { background-color: #A11DAA; }
a { background-color: rgb(161,29,170); }
div.DivClassName
{
background-color: #A11DAA;
}
.BgClassName
{
background-color: #A11DAA;
}
</style>
border-color css
<style>
span { border-color: #A11DAA; }
span { border-color: rgb(161,29,170); }
td.TdClassName
{
border-color: #A11DAA;
}
.TagClassName
{
border-color: #A11DAA;
}
</style>