Shades of Blue Violet #A34BFF
Tints of Blue Violet #A34BFF
RGB
CMYK
RGB Variations
Color information
#A34BFF (or 0xA34BFF) is known color: Blue Violet. HEX triplet: A3, 4B and FF. RGB value is (163,75,255). Sum of RGB (Red+Green+Blue) = 163+75+255=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #A34BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34BFF is #5CB400. Grayscale: #797979. Windows color (decimal): -6075393 or 16731043. OLE color: 16731043.
HSL color Cylindrical-coordinate representation of color #A34BFF: hue angle of 269.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A34BFF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 75 | 255 | - |
| CMYK | 0.36 | 0.71 | 0 | 0 |
| HSL | 269.33º | 1% | 0.65% | - |
| HSV(B) | 269.33º | 0.71% | 1% | - |
| XYZ | 35.67 | 20.04 | 96.6 | - |
| YUV | 121.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 255 | 0.36 | 0.71 | 0 | 0 | 269.33 | 1 | 0.65 |
| Hex | A3 | 4B | FF | 24 | 47 | 0 | 0 | 10D | 64 | 41 |
| Octal | 243 | 113 | 377 | 44 | 107 | 0 | 0 | 415 | 144 | 101 |
| Binary | 10100011 | 1001011 | 11111111 | 100100 | 1000111 | 0 | 0 | 100001101 | 1100100 | 1000001 |
Color Harmonies of #A34BFF
Complementary color
Monochromatic Colors of #A34BFF
Black with #A34BFF
Text Example
Text Example
White with #A34BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BFF; }
p { color: rgb(163,75,255); }
H1.HeaderClassName
{
color: #A34BFF;
}
.AnyTagClassName
{
color: #A34BFF;
}
</style>
background-color css
<style>
a { background-color: #A34BFF; }
a { background-color: rgb(163,75,255); }
div.DivClassName
{
background-color: #A34BFF;
}
.BgClassName
{
background-color: #A34BFF;
}
</style>
border-color css
<style>
span { border-color: #A34BFF; }
span { border-color: rgb(163,75,255); }
td.TdClassName
{
border-color: #A34BFF;
}
.TagClassName
{
border-color: #A34BFF;
}
</style>