Shades of Dark Violet #A713EA
Tints of Dark Violet #A713EA
RGB
CMYK
RGB Variations
Color information
#A713EA (or 0xA713EA) is known color: Dark Violet. HEX triplet: A7, 13 and EA. RGB value is (167,19,234). Sum of RGB (Red+Green+Blue) = 167+19+234=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #A713EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A713EA is #58EC15. Grayscale: #575757. Windows color (decimal): -5827606 or 15340455. OLE color: 15340455.
HSL color Cylindrical-coordinate representation of color #A713EA: hue angle of 281.3º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A713EA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 19 | 234 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.08 |
| HSL | 281.3º | 0.85% | 0.5% | - |
| HSV(B) | 281.3º | 0.92% | 0.92% | - |
| XYZ | 31.02 | 14.62 | 79.03 | - |
| YUV | 87.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 234 | 0.29 | 0.92 | 0 | 0.08 | 281.3 | 0.85 | 0.5 |
| Hex | A7 | 13 | EA | 1D | 5C | 0 | 8 | 119 | 55 | 32 |
| Octal | 247 | 23 | 352 | 35 | 134 | 0 | 10 | 431 | 125 | 62 |
| Binary | 10100111 | 10011 | 11101010 | 11101 | 1011100 | 0 | 1000 | 100011001 | 1010101 | 110010 |
Color Harmonies of #A713EA
Complementary color
Monochromatic Colors of #A713EA
Black with #A713EA
Text Example
Text Example
White with #A713EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A713EA; }
p { color: rgb(167,19,234); }
H1.HeaderClassName
{
color: #A713EA;
}
.AnyTagClassName
{
color: #A713EA;
}
</style>
background-color css
<style>
a { background-color: #A713EA; }
a { background-color: rgb(167,19,234); }
div.DivClassName
{
background-color: #A713EA;
}
.BgClassName
{
background-color: #A713EA;
}
</style>
border-color css
<style>
span { border-color: #A713EA; }
span { border-color: rgb(167,19,234); }
td.TdClassName
{
border-color: #A713EA;
}
.TagClassName
{
border-color: #A713EA;
}
</style>