Shades of Blue Violet #A341F8
Tints of Blue Violet #A341F8
RGB
CMYK
RGB Variations
Color information
#A341F8 (or 0xA341F8) is known color: Blue Violet. HEX triplet: A3, 41 and F8. RGB value is (163,65,248). Sum of RGB (Red+Green+Blue) = 163+65+248=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #A341F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341F8 is #5CBE07. Grayscale: #727272. Windows color (decimal): -6077960 or 16269731. OLE color: 16269731.
HSL color Cylindrical-coordinate representation of color #A341F8: hue angle of 272.13º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A341F8 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 65 | 248 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.03 |
| HSL | 272.13º | 0.93% | 0.61% | - |
| HSV(B) | 272.13º | 0.74% | 0.97% | - |
| XYZ | 33.94 | 18.34 | 90.56 | - |
| YUV | 115.16 | 202.97 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 248 | 0.34 | 0.74 | 0 | 0.03 | 272.13 | 0.93 | 0.61 |
| Hex | A3 | 41 | F8 | 22 | 4A | 0 | 3 | 110 | 5D | 3D |
| Octal | 243 | 101 | 370 | 42 | 112 | 0 | 3 | 420 | 135 | 75 |
| Binary | 10100011 | 1000001 | 11111000 | 100010 | 1001010 | 0 | 11 | 100010000 | 1011101 | 111101 |
Color Harmonies of #A341F8
Complementary color
Monochromatic Colors of #A341F8
Black with #A341F8
Text Example
Text Example
White with #A341F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341F8; }
p { color: rgb(163,65,248); }
H1.HeaderClassName
{
color: #A341F8;
}
.AnyTagClassName
{
color: #A341F8;
}
</style>
background-color css
<style>
a { background-color: #A341F8; }
a { background-color: rgb(163,65,248); }
div.DivClassName
{
background-color: #A341F8;
}
.BgClassName
{
background-color: #A341F8;
}
</style>
border-color css
<style>
span { border-color: #A341F8; }
span { border-color: rgb(163,65,248); }
td.TdClassName
{
border-color: #A341F8;
}
.TagClassName
{
border-color: #A341F8;
}
</style>