Shades of Blue Violet #A341F3
Tints of Blue Violet #A341F3
RGB
CMYK
RGB Variations
Color information
#A341F3 (or 0xA341F3) is known color: Blue Violet. HEX triplet: A3, 41 and F3. RGB value is (163,65,243). Sum of RGB (Red+Green+Blue) = 163+65+243=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #A341F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341F3 is #5CBE0C. Grayscale: #717171. Windows color (decimal): -6077965 or 15942051. OLE color: 15942051.
HSL color Cylindrical-coordinate representation of color #A341F3: hue angle of 273.03º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A341F3 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 65 | 243 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.05 |
| HSL | 273.03º | 0.88% | 0.6% | - |
| HSV(B) | 273.03º | 0.73% | 0.95% | - |
| XYZ | 33.17 | 18.04 | 86.53 | - |
| YUV | 114.59 | 200.47 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 243 | 0.33 | 0.73 | 0 | 0.05 | 273.03 | 0.88 | 0.6 |
| Hex | A3 | 41 | F3 | 21 | 49 | 0 | 5 | 111 | 58 | 3C |
| Octal | 243 | 101 | 363 | 41 | 111 | 0 | 5 | 421 | 130 | 74 |
| Binary | 10100011 | 1000001 | 11110011 | 100001 | 1001001 | 0 | 101 | 100010001 | 1011000 | 111100 |
Color Harmonies of #A341F3
Complementary color
Monochromatic Colors of #A341F3
Black with #A341F3
Text Example
Text Example
White with #A341F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341F3; }
p { color: rgb(163,65,243); }
H1.HeaderClassName
{
color: #A341F3;
}
.AnyTagClassName
{
color: #A341F3;
}
</style>
background-color css
<style>
a { background-color: #A341F3; }
a { background-color: rgb(163,65,243); }
div.DivClassName
{
background-color: #A341F3;
}
.BgClassName
{
background-color: #A341F3;
}
</style>
border-color css
<style>
span { border-color: #A341F3; }
span { border-color: rgb(163,65,243); }
td.TdClassName
{
border-color: #A341F3;
}
.TagClassName
{
border-color: #A341F3;
}
</style>