Shades of Blue Violet #A341FB
Tints of Blue Violet #A341FB
RGB
CMYK
RGB Variations
Color information
#A341FB (or 0xA341FB) is known color: Blue Violet. HEX triplet: A3, 41 and FB. RGB value is (163,65,251). Sum of RGB (Red+Green+Blue) = 163+65+251=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #A341FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341FB is #5CBE04. Grayscale: #727272. Windows color (decimal): -6077957 or 16466339. OLE color: 16466339.
HSL color Cylindrical-coordinate representation of color #A341FB: hue angle of 271.61º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A341FB is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 65 | 251 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.02 |
| HSL | 271.61º | 0.96% | 0.62% | - |
| HSV(B) | 271.61º | 0.74% | 0.98% | - |
| XYZ | 34.41 | 18.53 | 93.03 | - |
| YUV | 115.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 251 | 0.35 | 0.74 | 0 | 0.02 | 271.61 | 0.96 | 0.62 |
| Hex | A3 | 41 | FB | 23 | 4A | 0 | 2 | 110 | 60 | 3E |
| Octal | 243 | 101 | 373 | 43 | 112 | 0 | 2 | 420 | 140 | 76 |
| Binary | 10100011 | 1000001 | 11111011 | 100011 | 1001010 | 0 | 10 | 100010000 | 1100000 | 111110 |
Color Harmonies of #A341FB
Complementary color
Monochromatic Colors of #A341FB
Black with #A341FB
Text Example
Text Example
White with #A341FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341FB; }
p { color: rgb(163,65,251); }
H1.HeaderClassName
{
color: #A341FB;
}
.AnyTagClassName
{
color: #A341FB;
}
</style>
background-color css
<style>
a { background-color: #A341FB; }
a { background-color: rgb(163,65,251); }
div.DivClassName
{
background-color: #A341FB;
}
.BgClassName
{
background-color: #A341FB;
}
</style>
border-color css
<style>
span { border-color: #A341FB; }
span { border-color: rgb(163,65,251); }
td.TdClassName
{
border-color: #A341FB;
}
.TagClassName
{
border-color: #A341FB;
}
</style>