Shades of Blue Violet #A043F0
Tints of Blue Violet #A043F0
RGB
CMYK
RGB Variations
Color information
#A043F0 (or 0xA043F0) is known color: Blue Violet. HEX triplet: A0, 43 and F0. RGB value is (160,67,240). Sum of RGB (Red+Green+Blue) = 160+67+240=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #A043F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A043F0 is #5FBC0F. Grayscale: #717171. Windows color (decimal): -6274064 or 15745952. OLE color: 15745952.
HSL color Cylindrical-coordinate representation of color #A043F0: hue angle of 272.25º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A043F0 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 67 | 240 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.06 |
| HSL | 272.25º | 0.85% | 0.6% | - |
| HSV(B) | 272.25º | 0.72% | 0.94% | - |
| XYZ | 32.23 | 17.78 | 84.17 | - |
| YUV | 114.53 | 198.81 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 240 | 0.33 | 0.72 | 0 | 0.06 | 272.25 | 0.85 | 0.6 |
| Hex | A0 | 43 | F0 | 21 | 48 | 0 | 6 | 110 | 55 | 3C |
| Octal | 240 | 103 | 360 | 41 | 110 | 0 | 6 | 420 | 125 | 74 |
| Binary | 10100000 | 1000011 | 11110000 | 100001 | 1001000 | 0 | 110 | 100010000 | 1010101 | 111100 |
Color Harmonies of #A043F0
Complementary color
Monochromatic Colors of #A043F0
Black with #A043F0
Text Example
Text Example
White with #A043F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043F0; }
p { color: rgb(160,67,240); }
H1.HeaderClassName
{
color: #A043F0;
}
.AnyTagClassName
{
color: #A043F0;
}
</style>
background-color css
<style>
a { background-color: #A043F0; }
a { background-color: rgb(160,67,240); }
div.DivClassName
{
background-color: #A043F0;
}
.BgClassName
{
background-color: #A043F0;
}
</style>
border-color css
<style>
span { border-color: #A043F0; }
span { border-color: rgb(160,67,240); }
td.TdClassName
{
border-color: #A043F0;
}
.TagClassName
{
border-color: #A043F0;
}
</style>