Shades of Blue Violet #A043F7
Tints of Blue Violet #A043F7
RGB
CMYK
RGB Variations
Color information
#A043F7 (or 0xA043F7) is known color: Blue Violet. HEX triplet: A0, 43 and F7. RGB value is (160,67,247). Sum of RGB (Red+Green+Blue) = 160+67+247=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #A043F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A043F7 is #5FBC08. Grayscale: #727272. Windows color (decimal): -6274057 or 16204704. OLE color: 16204704.
HSL color Cylindrical-coordinate representation of color #A043F7: hue angle of 271º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A043F7 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 67 | 247 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.03 |
| HSL | 271º | 0.92% | 0.62% | - |
| HSV(B) | 271º | 0.73% | 0.97% | - |
| XYZ | 33.29 | 18.2 | 89.75 | - |
| YUV | 115.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 247 | 0.35 | 0.73 | 0 | 0.03 | 271 | 0.92 | 0.62 |
| Hex | A0 | 43 | F7 | 23 | 49 | 0 | 3 | 10F | 5C | 3E |
| Octal | 240 | 103 | 367 | 43 | 111 | 0 | 3 | 417 | 134 | 76 |
| Binary | 10100000 | 1000011 | 11110111 | 100011 | 1001001 | 0 | 11 | 100001111 | 1011100 | 111110 |
Color Harmonies of #A043F7
Complementary color
Monochromatic Colors of #A043F7
Black with #A043F7
Text Example
Text Example
White with #A043F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043F7; }
p { color: rgb(160,67,247); }
H1.HeaderClassName
{
color: #A043F7;
}
.AnyTagClassName
{
color: #A043F7;
}
</style>
background-color css
<style>
a { background-color: #A043F7; }
a { background-color: rgb(160,67,247); }
div.DivClassName
{
background-color: #A043F7;
}
.BgClassName
{
background-color: #A043F7;
}
</style>
border-color css
<style>
span { border-color: #A043F7; }
span { border-color: rgb(160,67,247); }
td.TdClassName
{
border-color: #A043F7;
}
.TagClassName
{
border-color: #A043F7;
}
</style>