Shades of Dark Orchid #A11ABD
Tints of Dark Orchid #A11ABD
RGB
CMYK
RGB Variations
Color information
#A11ABD (or 0xA11ABD) is known color: Dark Orchid. HEX triplet: A1, 1A and BD. RGB value is (161,26,189). Sum of RGB (Red+Green+Blue) = 161+26+189=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #A11ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ABD is #5EE542. Grayscale: #545454. Windows color (decimal): -6219075 or 12393121. OLE color: 12393121.
HSL color Cylindrical-coordinate representation of color #A11ABD: hue angle of 289.69º 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 #A11ABD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 26 | 189 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.26 |
| HSL | 289.69º | 0.76% | 0.42% | - |
| HSV(B) | 289.69º | 0.86% | 0.74% | - |
| XYZ | 24.25 | 11.99 | 49.18 | - |
| YUV | 84.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 189 | 0.15 | 0.86 | 0 | 0.26 | 289.69 | 0.76 | 0.42 |
| Hex | A1 | 1A | BD | F | 56 | 0 | 1A | 122 | 4C | 2A |
| Octal | 241 | 32 | 275 | 17 | 126 | 0 | 32 | 442 | 114 | 52 |
| Binary | 10100001 | 11010 | 10111101 | 1111 | 1010110 | 0 | 11010 | 100100010 | 1001100 | 101010 |
Color Harmonies of #A11ABD
Complementary color
Monochromatic Colors of #A11ABD
Black with #A11ABD
Text Example
Text Example
White with #A11ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11ABD; }
p { color: rgb(161,26,189); }
H1.HeaderClassName
{
color: #A11ABD;
}
.AnyTagClassName
{
color: #A11ABD;
}
</style>
background-color css
<style>
a { background-color: #A11ABD; }
a { background-color: rgb(161,26,189); }
div.DivClassName
{
background-color: #A11ABD;
}
.BgClassName
{
background-color: #A11ABD;
}
</style>
border-color css
<style>
span { border-color: #A11ABD; }
span { border-color: rgb(161,26,189); }
td.TdClassName
{
border-color: #A11ABD;
}
.TagClassName
{
border-color: #A11ABD;
}
</style>