Shades of Dark Orchid #A11CAA
Tints of Dark Orchid #A11CAA
RGB
CMYK
RGB Variations
Color information
#A11CAA (or 0xA11CAA) is known color: Dark Orchid. HEX triplet: A1, 1C and AA. RGB value is (161,28,170). Sum of RGB (Red+Green+Blue) = 161+28+170=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #A11CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CAA is #5EE355. Grayscale: #535353. Windows color (decimal): -6218582 or 11148449. OLE color: 11148449.
HSL color Cylindrical-coordinate representation of color #A11CAA: hue angle of 296.2º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11CAA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 28 | 170 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.33 |
| HSL | 296.2º | 0.72% | 0.39% | - |
| HSV(B) | 296.2º | 0.84% | 0.67% | - |
| XYZ | 22.37 | 11.31 | 39.03 | - |
| YUV | 83.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 170 | 0.05 | 0.84 | 0 | 0.33 | 296.2 | 0.72 | 0.39 |
| Hex | A1 | 1C | AA | 5 | 54 | 0 | 21 | 128 | 48 | 27 |
| Octal | 241 | 34 | 252 | 5 | 124 | 0 | 41 | 450 | 110 | 47 |
| Binary | 10100001 | 11100 | 10101010 | 101 | 1010100 | 0 | 100001 | 100101000 | 1001000 | 100111 |
Color Harmonies of #A11CAA
Complementary color
Monochromatic Colors of #A11CAA
Black with #A11CAA
Text Example
Text Example
White with #A11CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CAA; }
p { color: rgb(161,28,170); }
H1.HeaderClassName
{
color: #A11CAA;
}
.AnyTagClassName
{
color: #A11CAA;
}
</style>
background-color css
<style>
a { background-color: #A11CAA; }
a { background-color: rgb(161,28,170); }
div.DivClassName
{
background-color: #A11CAA;
}
.BgClassName
{
background-color: #A11CAA;
}
</style>
border-color css
<style>
span { border-color: #A11CAA; }
span { border-color: rgb(161,28,170); }
td.TdClassName
{
border-color: #A11CAA;
}
.TagClassName
{
border-color: #A11CAA;
}
</style>