Shades of Dark Orchid #A11FCF
Tints of Dark Orchid #A11FCF
RGB
CMYK
RGB Variations
Color information
#A11FCF (or 0xA11FCF) is known color: Dark Orchid. HEX triplet: A1, 1F and CF. RGB value is (161,31,207). Sum of RGB (Red+Green+Blue) = 161+31+207=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #A11FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FCF is #5EE030. Grayscale: #595959. Windows color (decimal): -6217777 or 13574049. OLE color: 13574049.
HSL color Cylindrical-coordinate representation of color #A11FCF: hue angle of 284.32º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11FCF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 31 | 207 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.19 |
| HSL | 284.32º | 0.74% | 0.47% | - |
| HSV(B) | 284.32º | 0.85% | 0.81% | - |
| XYZ | 26.45 | 13.06 | 60.16 | - |
| YUV | 89.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 207 | 0.22 | 0.85 | 0 | 0.19 | 284.32 | 0.74 | 0.47 |
| Hex | A1 | 1F | CF | 16 | 55 | 0 | 13 | 11C | 4A | 2F |
| Octal | 241 | 37 | 317 | 26 | 125 | 0 | 23 | 434 | 112 | 57 |
| Binary | 10100001 | 11111 | 11001111 | 10110 | 1010101 | 0 | 10011 | 100011100 | 1001010 | 101111 |
Color Harmonies of #A11FCF
Complementary color
Monochromatic Colors of #A11FCF
Black with #A11FCF
Text Example
Text Example
White with #A11FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FCF; }
p { color: rgb(161,31,207); }
H1.HeaderClassName
{
color: #A11FCF;
}
.AnyTagClassName
{
color: #A11FCF;
}
</style>
background-color css
<style>
a { background-color: #A11FCF; }
a { background-color: rgb(161,31,207); }
div.DivClassName
{
background-color: #A11FCF;
}
.BgClassName
{
background-color: #A11FCF;
}
</style>
border-color css
<style>
span { border-color: #A11FCF; }
span { border-color: rgb(161,31,207); }
td.TdClassName
{
border-color: #A11FCF;
}
.TagClassName
{
border-color: #A11FCF;
}
</style>