Shades of Blue Violet #A034FE
Tints of Blue Violet #A034FE
RGB
CMYK
RGB Variations
Color information
#A034FE (or 0xA034FE) is known color: Blue Violet. HEX triplet: A0, 34 and FE. RGB value is (160,52,254). Sum of RGB (Red+Green+Blue) = 160+52+254=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #A034FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A034FE is #5FCB01. Grayscale: #6A6A6A. Windows color (decimal): -6277890 or 16659616. OLE color: 16659616.
HSL color Cylindrical-coordinate representation of color #A034FE: hue angle of 272.08º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A034FE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 52 | 254 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.00 |
| HSL | 272.08º | 0.99% | 0.6% | - |
| HSV(B) | 272.08º | 0.8% | 1% | - |
| XYZ | 33.61 | 17.09 | 95.29 | - |
| YUV | 107.32 | 210.78 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 254 | 0.37 | 0.80 | 0 | 0.00 | 272.08 | 0.99 | 0.6 |
| Hex | A0 | 34 | FE | 25 | 50 | 0 | 0 | 110 | 63 | 3C |
| Octal | 240 | 64 | 376 | 45 | 120 | 0 | 0 | 420 | 143 | 74 |
| Binary | 10100000 | 110100 | 11111110 | 100101 | 1010000 | 0 | 0 | 100010000 | 1100011 | 111100 |
Color Harmonies of #A034FE
Complementary color
Monochromatic Colors of #A034FE
Black with #A034FE
Text Example
Text Example
White with #A034FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034FE; }
p { color: rgb(160,52,254); }
H1.HeaderClassName
{
color: #A034FE;
}
.AnyTagClassName
{
color: #A034FE;
}
</style>
background-color css
<style>
a { background-color: #A034FE; }
a { background-color: rgb(160,52,254); }
div.DivClassName
{
background-color: #A034FE;
}
.BgClassName
{
background-color: #A034FE;
}
</style>
border-color css
<style>
span { border-color: #A034FE; }
span { border-color: rgb(160,52,254); }
td.TdClassName
{
border-color: #A034FE;
}
.TagClassName
{
border-color: #A034FE;
}
</style>