Shades of Blue Violet #A043F8
Tints of Blue Violet #A043F8
RGB
CMYK
RGB Variations
Color information
#A043F8 (or 0xA043F8) is known color: Blue Violet. HEX triplet: A0, 43 and F8. RGB value is (160,67,248). Sum of RGB (Red+Green+Blue) = 160+67+248=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #A043F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A043F8 is #5FBC07. Grayscale: #727272. Windows color (decimal): -6274056 or 16270240. OLE color: 16270240.
HSL color Cylindrical-coordinate representation of color #A043F8: hue angle of 270.83º degrees, saturation: 0.93, 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 #A043F8 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 67 | 248 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.03 |
| HSL | 270.83º | 0.93% | 0.62% | - |
| HSV(B) | 270.83º | 0.73% | 0.97% | - |
| XYZ | 33.45 | 18.27 | 90.57 | - |
| YUV | 115.44 | 202.81 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 248 | 0.35 | 0.73 | 0 | 0.03 | 270.83 | 0.93 | 0.62 |
| Hex | A0 | 43 | F8 | 23 | 49 | 0 | 3 | 10F | 5D | 3E |
| Octal | 240 | 103 | 370 | 43 | 111 | 0 | 3 | 417 | 135 | 76 |
| Binary | 10100000 | 1000011 | 11111000 | 100011 | 1001001 | 0 | 11 | 100001111 | 1011101 | 111110 |
Color Harmonies of #A043F8
Complementary color
Monochromatic Colors of #A043F8
Black with #A043F8
Text Example
Text Example
White with #A043F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043F8; }
p { color: rgb(160,67,248); }
H1.HeaderClassName
{
color: #A043F8;
}
.AnyTagClassName
{
color: #A043F8;
}
</style>
background-color css
<style>
a { background-color: #A043F8; }
a { background-color: rgb(160,67,248); }
div.DivClassName
{
background-color: #A043F8;
}
.BgClassName
{
background-color: #A043F8;
}
</style>
border-color css
<style>
span { border-color: #A043F8; }
span { border-color: rgb(160,67,248); }
td.TdClassName
{
border-color: #A043F8;
}
.TagClassName
{
border-color: #A043F8;
}
</style>