Shades of Blue Violet #A042FC
Tints of Blue Violet #A042FC
RGB
CMYK
RGB Variations
Color information
#A042FC (or 0xA042FC) is known color: Blue Violet. HEX triplet: A0, 42 and FC. RGB value is (160,66,252). Sum of RGB (Red+Green+Blue) = 160+66+252=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #A042FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A042FC is #5FBD03. Grayscale: #727272. Windows color (decimal): -6274308 or 16532128. OLE color: 16532128.
HSL color Cylindrical-coordinate representation of color #A042FC: hue angle of 270.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A042FC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 66 | 252 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.01 |
| HSL | 270.32º | 0.97% | 0.62% | - |
| HSV(B) | 270.32º | 0.74% | 0.99% | - |
| XYZ | 34.02 | 18.4 | 93.85 | - |
| YUV | 115.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 252 | 0.37 | 0.74 | 0 | 0.01 | 270.32 | 0.97 | 0.62 |
| Hex | A0 | 42 | FC | 25 | 4A | 0 | 1 | 10E | 61 | 3E |
| Octal | 240 | 102 | 374 | 45 | 112 | 0 | 1 | 416 | 141 | 76 |
| Binary | 10100000 | 1000010 | 11111100 | 100101 | 1001010 | 0 | 1 | 100001110 | 1100001 | 111110 |
Color Harmonies of #A042FC
Complementary color
Monochromatic Colors of #A042FC
Black with #A042FC
Text Example
Text Example
White with #A042FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042FC; }
p { color: rgb(160,66,252); }
H1.HeaderClassName
{
color: #A042FC;
}
.AnyTagClassName
{
color: #A042FC;
}
</style>
background-color css
<style>
a { background-color: #A042FC; }
a { background-color: rgb(160,66,252); }
div.DivClassName
{
background-color: #A042FC;
}
.BgClassName
{
background-color: #A042FC;
}
</style>
border-color css
<style>
span { border-color: #A042FC; }
span { border-color: rgb(160,66,252); }
td.TdClassName
{
border-color: #A042FC;
}
.TagClassName
{
border-color: #A042FC;
}
</style>