Shades of Dark Orchid #A11AB0
Tints of Dark Orchid #A11AB0
RGB
CMYK
RGB Variations
Color information
#A11AB0 (or 0xA11AB0) is known color: Dark Orchid. HEX triplet: A1, 1A and B0. RGB value is (161,26,176). Sum of RGB (Red+Green+Blue) = 161+26+176=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #A11AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AB0 is #5EE54F. Grayscale: #535353. Windows color (decimal): -6219088 or 11541153. OLE color: 11541153.
HSL color Cylindrical-coordinate representation of color #A11AB0: hue angle of 294º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11AB0 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 26 | 176 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.31 |
| HSL | 294º | 0.74% | 0.4% | - |
| HSV(B) | 294º | 0.85% | 0.69% | - |
| XYZ | 22.9 | 11.45 | 42.08 | - |
| YUV | 83.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 176 | 0.09 | 0.85 | 0 | 0.31 | 294 | 0.74 | 0.4 |
| Hex | A1 | 1A | B0 | 9 | 55 | 0 | 1F | 126 | 4A | 28 |
| Octal | 241 | 32 | 260 | 11 | 125 | 0 | 37 | 446 | 112 | 50 |
| Binary | 10100001 | 11010 | 10110000 | 1001 | 1010101 | 0 | 11111 | 100100110 | 1001010 | 101000 |
Color Harmonies of #A11AB0
Complementary color
Monochromatic Colors of #A11AB0
Black with #A11AB0
Text Example
Text Example
White with #A11AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AB0; }
p { color: rgb(161,26,176); }
H1.HeaderClassName
{
color: #A11AB0;
}
.AnyTagClassName
{
color: #A11AB0;
}
</style>
background-color css
<style>
a { background-color: #A11AB0; }
a { background-color: rgb(161,26,176); }
div.DivClassName
{
background-color: #A11AB0;
}
.BgClassName
{
background-color: #A11AB0;
}
</style>
border-color css
<style>
span { border-color: #A11AB0; }
span { border-color: rgb(161,26,176); }
td.TdClassName
{
border-color: #A11AB0;
}
.TagClassName
{
border-color: #A11AB0;
}
</style>