Shades of Blue Violet #A334FB
Tints of Blue Violet #A334FB
RGB
CMYK
RGB Variations
Color information
#A334FB (or 0xA334FB) is known color: Blue Violet. HEX triplet: A3, 34 and FB. RGB value is (163,52,251). Sum of RGB (Red+Green+Blue) = 163+52+251=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #A334FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334FB is #5CCB04. Grayscale: #6B6B6B. Windows color (decimal): -6081285 or 16463011. OLE color: 16463011.
HSL color Cylindrical-coordinate representation of color #A334FB: hue angle of 273.47º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A334FB is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 52 | 251 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.02 |
| HSL | 273.47º | 0.96% | 0.59% | - |
| HSV(B) | 273.47º | 0.79% | 0.98% | - |
| XYZ | 33.74 | 17.21 | 92.81 | - |
| YUV | 107.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 251 | 0.35 | 0.79 | 0 | 0.02 | 273.47 | 0.96 | 0.59 |
| Hex | A3 | 34 | FB | 23 | 4F | 0 | 2 | 111 | 60 | 3B |
| Octal | 243 | 64 | 373 | 43 | 117 | 0 | 2 | 421 | 140 | 73 |
| Binary | 10100011 | 110100 | 11111011 | 100011 | 1001111 | 0 | 10 | 100010001 | 1100000 | 111011 |
Color Harmonies of #A334FB
Complementary color
Monochromatic Colors of #A334FB
Black with #A334FB
Text Example
Text Example
White with #A334FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334FB; }
p { color: rgb(163,52,251); }
H1.HeaderClassName
{
color: #A334FB;
}
.AnyTagClassName
{
color: #A334FB;
}
</style>
background-color css
<style>
a { background-color: #A334FB; }
a { background-color: rgb(163,52,251); }
div.DivClassName
{
background-color: #A334FB;
}
.BgClassName
{
background-color: #A334FB;
}
</style>
border-color css
<style>
span { border-color: #A334FB; }
span { border-color: rgb(163,52,251); }
td.TdClassName
{
border-color: #A334FB;
}
.TagClassName
{
border-color: #A334FB;
}
</style>