Shades of Dark Orchid #A11ABC
Tints of Dark Orchid #A11ABC
RGB
CMYK
RGB Variations
Color information
#A11ABC (or 0xA11ABC) is known color: Dark Orchid. HEX triplet: A1, 1A and BC. RGB value is (161,26,188). Sum of RGB (Red+Green+Blue) = 161+26+188=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A11ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ABC is #5EE543. Grayscale: #545454. Windows color (decimal): -6219076 or 12327585. OLE color: 12327585.
HSL color Cylindrical-coordinate representation of color #A11ABC: hue angle of 290º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11ABC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 26 | 188 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.26 |
| HSL | 290º | 0.76% | 0.42% | - |
| HSV(B) | 290º | 0.86% | 0.74% | - |
| XYZ | 24.14 | 11.95 | 48.61 | - |
| YUV | 84.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 188 | 0.14 | 0.86 | 0 | 0.26 | 290 | 0.76 | 0.42 |
| Hex | A1 | 1A | BC | E | 56 | 0 | 1A | 122 | 4C | 2A |
| Octal | 241 | 32 | 274 | 16 | 126 | 0 | 32 | 442 | 114 | 52 |
| Binary | 10100001 | 11010 | 10111100 | 1110 | 1010110 | 0 | 11010 | 100100010 | 1001100 | 101010 |
Color Harmonies of #A11ABC
Complementary color
Monochromatic Colors of #A11ABC
Black with #A11ABC
Text Example
Text Example
White with #A11ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ABC; }
p { color: rgb(161,26,188); }
H1.HeaderClassName
{
color: #A11ABC;
}
.AnyTagClassName
{
color: #A11ABC;
}
</style>
background-color css
<style>
a { background-color: #A11ABC; }
a { background-color: rgb(161,26,188); }
div.DivClassName
{
background-color: #A11ABC;
}
.BgClassName
{
background-color: #A11ABC;
}
</style>
border-color css
<style>
span { border-color: #A11ABC; }
span { border-color: rgb(161,26,188); }
td.TdClassName
{
border-color: #A11ABC;
}
.TagClassName
{
border-color: #A11ABC;
}
</style>