Shades of Dark Orchid #A11FAC
Tints of Dark Orchid #A11FAC
RGB
CMYK
RGB Variations
Color information
#A11FAC (or 0xA11FAC) is known color: Dark Orchid. HEX triplet: A1, 1F and AC. RGB value is (161,31,172). Sum of RGB (Red+Green+Blue) = 161+31+172=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A11FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FAC is #5EE053. Grayscale: #555555. Windows color (decimal): -6217812 or 11280289. OLE color: 11280289.
HSL color Cylindrical-coordinate representation of color #A11FAC: hue angle of 295.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11FAC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 31 | 172 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.33 |
| HSL | 295.32º | 0.69% | 0.4% | - |
| HSV(B) | 295.32º | 0.82% | 0.67% | - |
| XYZ | 22.63 | 11.54 | 40.06 | - |
| YUV | 85.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 172 | 0.06 | 0.82 | 0 | 0.33 | 295.32 | 0.69 | 0.4 |
| Hex | A1 | 1F | AC | 6 | 52 | 0 | 21 | 127 | 45 | 28 |
| Octal | 241 | 37 | 254 | 6 | 122 | 0 | 41 | 447 | 105 | 50 |
| Binary | 10100001 | 11111 | 10101100 | 110 | 1010010 | 0 | 100001 | 100100111 | 1000101 | 101000 |
Color Harmonies of #A11FAC
Complementary color
Monochromatic Colors of #A11FAC
Black with #A11FAC
Text Example
Text Example
White with #A11FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FAC; }
p { color: rgb(161,31,172); }
H1.HeaderClassName
{
color: #A11FAC;
}
.AnyTagClassName
{
color: #A11FAC;
}
</style>
background-color css
<style>
a { background-color: #A11FAC; }
a { background-color: rgb(161,31,172); }
div.DivClassName
{
background-color: #A11FAC;
}
.BgClassName
{
background-color: #A11FAC;
}
</style>
border-color css
<style>
span { border-color: #A11FAC; }
span { border-color: rgb(161,31,172); }
td.TdClassName
{
border-color: #A11FAC;
}
.TagClassName
{
border-color: #A11FAC;
}
</style>