Shades of Dark Violet #A004CF
Tints of Dark Violet #A004CF
RGB
CMYK
RGB Variations
Color information
#A004CF (or 0xA004CF) is known color: Dark Violet. HEX triplet: A0, 04 and CF. RGB value is (160,4,207). Sum of RGB (Red+Green+Blue) = 160+4+207=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #A004CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004CF is #5FFB30. Grayscale: #494949. Windows color (decimal): -6290225 or 13567136. OLE color: 13567136.
HSL color Cylindrical-coordinate representation of color #A004CF: hue angle of 286.11º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004CF is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 4 | 207 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.19 |
| HSL | 286.11º | 0.96% | 0.41% | - |
| HSV(B) | 286.11º | 0.98% | 0.81% | - |
| XYZ | 25.8 | 12.07 | 60 | - |
| YUV | 73.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 207 | 0.23 | 0.98 | 0 | 0.19 | 286.11 | 0.96 | 0.41 |
| Hex | A0 | 4 | CF | 17 | 62 | 0 | 13 | 11E | 60 | 29 |
| Octal | 240 | 4 | 317 | 27 | 142 | 0 | 23 | 436 | 140 | 51 |
| Binary | 10100000 | 100 | 11001111 | 10111 | 1100010 | 0 | 10011 | 100011110 | 1100000 | 101001 |
Color Harmonies of #A004CF
Complementary color
Monochromatic Colors of #A004CF
Black with #A004CF
Text Example
Text Example
White with #A004CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004CF; }
p { color: rgb(160,4,207); }
H1.HeaderClassName
{
color: #A004CF;
}
.AnyTagClassName
{
color: #A004CF;
}
</style>
background-color css
<style>
a { background-color: #A004CF; }
a { background-color: rgb(160,4,207); }
div.DivClassName
{
background-color: #A004CF;
}
.BgClassName
{
background-color: #A004CF;
}
</style>
border-color css
<style>
span { border-color: #A004CF; }
span { border-color: rgb(160,4,207); }
td.TdClassName
{
border-color: #A004CF;
}
.TagClassName
{
border-color: #A004CF;
}
</style>