Shades of Dark Violet #A00CCF
Tints of Dark Violet #A00CCF
RGB
CMYK
RGB Variations
Color information
#A00CCF (or 0xA00CCF) is known color: Dark Violet. HEX triplet: A0, 0C and CF. RGB value is (160,12,207). Sum of RGB (Red+Green+Blue) = 160+12+207=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CCF is #5FF330. Grayscale: #4D4D4D. Windows color (decimal): -6288177 or 13569184. OLE color: 13569184.
HSL color Cylindrical-coordinate representation of color #A00CCF: hue angle of 285.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CCF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 12 | 207 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.19 |
| HSL | 285.54º | 0.89% | 0.43% | - |
| HSV(B) | 285.54º | 0.94% | 0.81% | - |
| XYZ | 25.89 | 12.24 | 60.03 | - |
| YUV | 78.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 207 | 0.23 | 0.94 | 0 | 0.19 | 285.54 | 0.89 | 0.43 |
| Hex | A0 | C | CF | 17 | 5E | 0 | 13 | 11E | 59 | 2B |
| Octal | 240 | 14 | 317 | 27 | 136 | 0 | 23 | 436 | 131 | 53 |
| Binary | 10100000 | 1100 | 11001111 | 10111 | 1011110 | 0 | 10011 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A00CCF
Complementary color
Monochromatic Colors of #A00CCF
Black with #A00CCF
Text Example
Text Example
White with #A00CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CCF; }
p { color: rgb(160,12,207); }
H1.HeaderClassName
{
color: #A00CCF;
}
.AnyTagClassName
{
color: #A00CCF;
}
</style>
background-color css
<style>
a { background-color: #A00CCF; }
a { background-color: rgb(160,12,207); }
div.DivClassName
{
background-color: #A00CCF;
}
.BgClassName
{
background-color: #A00CCF;
}
</style>
border-color css
<style>
span { border-color: #A00CCF; }
span { border-color: rgb(160,12,207); }
td.TdClassName
{
border-color: #A00CCF;
}
.TagClassName
{
border-color: #A00CCF;
}
</style>