Shades of Dark Orchid #A11CCF
Tints of Dark Orchid #A11CCF
RGB
CMYK
RGB Variations
Color information
#A11CCF (or 0xA11CCF) is known color: Dark Orchid. HEX triplet: A1, 1C and CF. RGB value is (161,28,207). Sum of RGB (Red+Green+Blue) = 161+28+207=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #A11CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CCF is #5EE330. Grayscale: #575757. Windows color (decimal): -6218545 or 13573281. OLE color: 13573281.
HSL color Cylindrical-coordinate representation of color #A11CCF: hue angle of 284.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11CCF is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 28 | 207 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.19 |
| HSL | 284.58º | 0.76% | 0.46% | - |
| HSV(B) | 284.58º | 0.86% | 0.81% | - |
| XYZ | 26.38 | 12.91 | 60.13 | - |
| YUV | 88.17 | 195.06 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 207 | 0.22 | 0.86 | 0 | 0.19 | 284.58 | 0.76 | 0.46 |
| Hex | A1 | 1C | CF | 16 | 56 | 0 | 13 | 11D | 4C | 2E |
| Octal | 241 | 34 | 317 | 26 | 126 | 0 | 23 | 435 | 114 | 56 |
| Binary | 10100001 | 11100 | 11001111 | 10110 | 1010110 | 0 | 10011 | 100011101 | 1001100 | 101110 |
Color Harmonies of #A11CCF
Complementary color
Monochromatic Colors of #A11CCF
Black with #A11CCF
Text Example
Text Example
White with #A11CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CCF; }
p { color: rgb(161,28,207); }
H1.HeaderClassName
{
color: #A11CCF;
}
.AnyTagClassName
{
color: #A11CCF;
}
</style>
background-color css
<style>
a { background-color: #A11CCF; }
a { background-color: rgb(161,28,207); }
div.DivClassName
{
background-color: #A11CCF;
}
.BgClassName
{
background-color: #A11CCF;
}
</style>
border-color css
<style>
span { border-color: #A11CCF; }
span { border-color: rgb(161,28,207); }
td.TdClassName
{
border-color: #A11CCF;
}
.TagClassName
{
border-color: #A11CCF;
}
</style>