Shades of Blue Violet #A043FB
Tints of Blue Violet #A043FB
RGB
CMYK
RGB Variations
Color information
#A043FB (or 0xA043FB) is known color: Blue Violet. HEX triplet: A0, 43 and FB. RGB value is (160,67,251). Sum of RGB (Red+Green+Blue) = 160+67+251=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #A043FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A043FB is #5FBC04. Grayscale: #737373. Windows color (decimal): -6274053 or 16466848. OLE color: 16466848.
HSL color Cylindrical-coordinate representation of color #A043FB: hue angle of 270.33º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A043FB is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 67 | 251 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.02 |
| HSL | 270.33º | 0.96% | 0.62% | - |
| HSV(B) | 270.33º | 0.73% | 0.98% | - |
| XYZ | 33.92 | 18.45 | 93.04 | - |
| YUV | 115.78 | 204.31 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 251 | 0.36 | 0.73 | 0 | 0.02 | 270.33 | 0.96 | 0.62 |
| Hex | A0 | 43 | FB | 24 | 49 | 0 | 2 | 10E | 60 | 3E |
| Octal | 240 | 103 | 373 | 44 | 111 | 0 | 2 | 416 | 140 | 76 |
| Binary | 10100000 | 1000011 | 11111011 | 100100 | 1001001 | 0 | 10 | 100001110 | 1100000 | 111110 |
Color Harmonies of #A043FB
Complementary color
Monochromatic Colors of #A043FB
Black with #A043FB
Text Example
Text Example
White with #A043FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043FB; }
p { color: rgb(160,67,251); }
H1.HeaderClassName
{
color: #A043FB;
}
.AnyTagClassName
{
color: #A043FB;
}
</style>
background-color css
<style>
a { background-color: #A043FB; }
a { background-color: rgb(160,67,251); }
div.DivClassName
{
background-color: #A043FB;
}
.BgClassName
{
background-color: #A043FB;
}
</style>
border-color css
<style>
span { border-color: #A043FB; }
span { border-color: rgb(160,67,251); }
td.TdClassName
{
border-color: #A043FB;
}
.TagClassName
{
border-color: #A043FB;
}
</style>