Shades of Dark Violet #A413CF
Tints of Dark Violet #A413CF
RGB
CMYK
RGB Variations
Color information
#A413CF (or 0xA413CF) is known color: Dark Violet. HEX triplet: A4, 13 and CF. RGB value is (164,19,207). Sum of RGB (Red+Green+Blue) = 164+19+207=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #A413CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413CF is #5BEC30. Grayscale: #535353. Windows color (decimal): -6024241 or 13570980. OLE color: 13570980.
HSL color Cylindrical-coordinate representation of color #A413CF: hue angle of 286.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A413CF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 19 | 207 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.19 |
| HSL | 286.28º | 0.83% | 0.44% | - |
| HSV(B) | 286.28º | 0.91% | 0.81% | - |
| XYZ | 26.81 | 12.86 | 60.1 | - |
| YUV | 83.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 207 | 0.21 | 0.91 | 0 | 0.19 | 286.28 | 0.83 | 0.44 |
| Hex | A4 | 13 | CF | 15 | 5B | 0 | 13 | 11E | 53 | 2C |
| Octal | 244 | 23 | 317 | 25 | 133 | 0 | 23 | 436 | 123 | 54 |
| Binary | 10100100 | 10011 | 11001111 | 10101 | 1011011 | 0 | 10011 | 100011110 | 1010011 | 101100 |
Color Harmonies of #A413CF
Complementary color
Monochromatic Colors of #A413CF
Black with #A413CF
Text Example
Text Example
White with #A413CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413CF; }
p { color: rgb(164,19,207); }
H1.HeaderClassName
{
color: #A413CF;
}
.AnyTagClassName
{
color: #A413CF;
}
</style>
background-color css
<style>
a { background-color: #A413CF; }
a { background-color: rgb(164,19,207); }
div.DivClassName
{
background-color: #A413CF;
}
.BgClassName
{
background-color: #A413CF;
}
</style>
border-color css
<style>
span { border-color: #A413CF; }
span { border-color: rgb(164,19,207); }
td.TdClassName
{
border-color: #A413CF;
}
.TagClassName
{
border-color: #A413CF;
}
</style>