Shades of Dark Orchid #A11FCE
Tints of Dark Orchid #A11FCE
RGB
CMYK
RGB Variations
Color information
#A11FCE (or 0xA11FCE) is known color: Dark Orchid. HEX triplet: A1, 1F and CE. RGB value is (161,31,206). Sum of RGB (Red+Green+Blue) = 161+31+206=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A11FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FCE is #5EE031. Grayscale: #595959. Windows color (decimal): -6217778 or 13508513. OLE color: 13508513.
HSL color Cylindrical-coordinate representation of color #A11FCE: hue angle of 284.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11FCE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 31 | 206 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.19 |
| HSL | 284.57º | 0.74% | 0.46% | - |
| HSV(B) | 284.57º | 0.85% | 0.81% | - |
| XYZ | 26.33 | 13.01 | 59.52 | - |
| YUV | 89.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 206 | 0.22 | 0.85 | 0 | 0.19 | 284.57 | 0.74 | 0.46 |
| Hex | A1 | 1F | CE | 16 | 55 | 0 | 13 | 11D | 4A | 2E |
| Octal | 241 | 37 | 316 | 26 | 125 | 0 | 23 | 435 | 112 | 56 |
| Binary | 10100001 | 11111 | 11001110 | 10110 | 1010101 | 0 | 10011 | 100011101 | 1001010 | 101110 |
Color Harmonies of #A11FCE
Complementary color
Monochromatic Colors of #A11FCE
Black with #A11FCE
Text Example
Text Example
White with #A11FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FCE; }
p { color: rgb(161,31,206); }
H1.HeaderClassName
{
color: #A11FCE;
}
.AnyTagClassName
{
color: #A11FCE;
}
</style>
background-color css
<style>
a { background-color: #A11FCE; }
a { background-color: rgb(161,31,206); }
div.DivClassName
{
background-color: #A11FCE;
}
.BgClassName
{
background-color: #A11FCE;
}
</style>
border-color css
<style>
span { border-color: #A11FCE; }
span { border-color: rgb(161,31,206); }
td.TdClassName
{
border-color: #A11FCE;
}
.TagClassName
{
border-color: #A11FCE;
}
</style>