Shades of Blue Violet #A34CFC
Tints of Blue Violet #A34CFC
RGB
CMYK
RGB Variations
Color information
#A34CFC (or 0xA34CFC) is known color: Blue Violet. HEX triplet: A3, 4C and FC. RGB value is (163,76,252). Sum of RGB (Red+Green+Blue) = 163+76+252=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #A34CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CFC is #5CB303. Grayscale: #797979. Windows color (decimal): -6075140 or 16534691. OLE color: 16534691.
HSL color Cylindrical-coordinate representation of color #A34CFC: hue angle of 269.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34CFC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 76 | 252 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.01 |
| HSL | 269.66º | 0.97% | 0.64% | - |
| HSV(B) | 269.66º | 0.7% | 0.99% | - |
| XYZ | 35.26 | 19.98 | 94.09 | - |
| YUV | 122.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 252 | 0.35 | 0.70 | 0 | 0.01 | 269.66 | 0.97 | 0.64 |
| Hex | A3 | 4C | FC | 23 | 46 | 0 | 1 | 10E | 61 | 40 |
| Octal | 243 | 114 | 374 | 43 | 106 | 0 | 1 | 416 | 141 | 100 |
| Binary | 10100011 | 1001100 | 11111100 | 100011 | 1000110 | 0 | 1 | 100001110 | 1100001 | 1000000 |
Color Harmonies of #A34CFC
Complementary color
Monochromatic Colors of #A34CFC
Black with #A34CFC
Text Example
Text Example
White with #A34CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CFC; }
p { color: rgb(163,76,252); }
H1.HeaderClassName
{
color: #A34CFC;
}
.AnyTagClassName
{
color: #A34CFC;
}
</style>
background-color css
<style>
a { background-color: #A34CFC; }
a { background-color: rgb(163,76,252); }
div.DivClassName
{
background-color: #A34CFC;
}
.BgClassName
{
background-color: #A34CFC;
}
</style>
border-color css
<style>
span { border-color: #A34CFC; }
span { border-color: rgb(163,76,252); }
td.TdClassName
{
border-color: #A34CFC;
}
.TagClassName
{
border-color: #A34CFC;
}
</style>