Shades of Blue Violet #A519F3
Tints of Blue Violet #A519F3
RGB
CMYK
RGB Variations
Color information
#A519F3 (or 0xA519F3) is known color: Blue Violet. HEX triplet: A5, 19 and F3. RGB value is (165,25,243). Sum of RGB (Red+Green+Blue) = 165+25+243=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #A519F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519F3 is #5AE60C. Grayscale: #5A5A5A. Windows color (decimal): -5957133 or 15931813. OLE color: 15931813.
HSL color Cylindrical-coordinate representation of color #A519F3: hue angle of 278.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A519F3 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 25 | 243 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.05 |
| HSL | 278.53º | 0.9% | 0.53% | - |
| HSV(B) | 278.53º | 0.9% | 0.95% | - |
| XYZ | 32.04 | 15.17 | 86.03 | - |
| YUV | 91.71 | 213.38 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 243 | 0.32 | 0.90 | 0 | 0.05 | 278.53 | 0.9 | 0.53 |
| Hex | A5 | 19 | F3 | 20 | 5A | 0 | 5 | 117 | 5A | 35 |
| Octal | 245 | 31 | 363 | 40 | 132 | 0 | 5 | 427 | 132 | 65 |
| Binary | 10100101 | 11001 | 11110011 | 100000 | 1011010 | 0 | 101 | 100010111 | 1011010 | 110101 |
Color Harmonies of #A519F3
Complementary color
Monochromatic Colors of #A519F3
Black with #A519F3
Text Example
Text Example
White with #A519F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519F3; }
p { color: rgb(165,25,243); }
H1.HeaderClassName
{
color: #A519F3;
}
.AnyTagClassName
{
color: #A519F3;
}
</style>
background-color css
<style>
a { background-color: #A519F3; }
a { background-color: rgb(165,25,243); }
div.DivClassName
{
background-color: #A519F3;
}
.BgClassName
{
background-color: #A519F3;
}
</style>
border-color css
<style>
span { border-color: #A519F3; }
span { border-color: rgb(165,25,243); }
td.TdClassName
{
border-color: #A519F3;
}
.TagClassName
{
border-color: #A519F3;
}
</style>