Shades of Dark Orchid #A11FA8
Tints of Dark Orchid #A11FA8
RGB
CMYK
RGB Variations
Color information
#A11FA8 (or 0xA11FA8) is known color: Dark Orchid. HEX triplet: A1, 1F and A8. RGB value is (161,31,168). Sum of RGB (Red+Green+Blue) = 161+31+168=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #A11FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FA8 is #5EE057. Grayscale: #555555. Windows color (decimal): -6217816 or 11018145. OLE color: 11018145.
HSL color Cylindrical-coordinate representation of color #A11FA8: hue angle of 296.93º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11FA8 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 31 | 168 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.34 |
| HSL | 296.93º | 0.69% | 0.39% | - |
| HSV(B) | 296.93º | 0.82% | 0.66% | - |
| XYZ | 22.26 | 11.38 | 38.07 | - |
| YUV | 85.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 168 | 0.04 | 0.82 | 0 | 0.34 | 296.93 | 0.69 | 0.39 |
| Hex | A1 | 1F | A8 | 4 | 52 | 0 | 22 | 129 | 45 | 27 |
| Octal | 241 | 37 | 250 | 4 | 122 | 0 | 42 | 451 | 105 | 47 |
| Binary | 10100001 | 11111 | 10101000 | 100 | 1010010 | 0 | 100010 | 100101001 | 1000101 | 100111 |
Color Harmonies of #A11FA8
Complementary color
Monochromatic Colors of #A11FA8
Black with #A11FA8
Text Example
Text Example
White with #A11FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FA8; }
p { color: rgb(161,31,168); }
H1.HeaderClassName
{
color: #A11FA8;
}
.AnyTagClassName
{
color: #A11FA8;
}
</style>
background-color css
<style>
a { background-color: #A11FA8; }
a { background-color: rgb(161,31,168); }
div.DivClassName
{
background-color: #A11FA8;
}
.BgClassName
{
background-color: #A11FA8;
}
</style>
border-color css
<style>
span { border-color: #A11FA8; }
span { border-color: rgb(161,31,168); }
td.TdClassName
{
border-color: #A11FA8;
}
.TagClassName
{
border-color: #A11FA8;
}
</style>