Shades of Blue Violet #A344F2
Tints of Blue Violet #A344F2
RGB
CMYK
RGB Variations
Color information
#A344F2 (or 0xA344F2) is known color: Blue Violet. HEX triplet: A3, 44 and F2. RGB value is (163,68,242). Sum of RGB (Red+Green+Blue) = 163+68+242=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #A344F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A344F2 is #5CBB0D. Grayscale: #737373. Windows color (decimal): -6077198 or 15877283. OLE color: 15877283.
HSL color Cylindrical-coordinate representation of color #A344F2: hue angle of 272.76º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A344F2 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 68 | 242 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.05 |
| HSL | 272.76º | 0.87% | 0.61% | - |
| HSV(B) | 272.76º | 0.72% | 0.95% | - |
| XYZ | 33.2 | 18.33 | 85.79 | - |
| YUV | 116.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 242 | 0.33 | 0.72 | 0 | 0.05 | 272.76 | 0.87 | 0.61 |
| Hex | A3 | 44 | F2 | 21 | 48 | 0 | 5 | 111 | 57 | 3D |
| Octal | 243 | 104 | 362 | 41 | 110 | 0 | 5 | 421 | 127 | 75 |
| Binary | 10100011 | 1000100 | 11110010 | 100001 | 1001000 | 0 | 101 | 100010001 | 1010111 | 111101 |
Color Harmonies of #A344F2
Complementary color
Monochromatic Colors of #A344F2
Black with #A344F2
Text Example
Text Example
White with #A344F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344F2; }
p { color: rgb(163,68,242); }
H1.HeaderClassName
{
color: #A344F2;
}
.AnyTagClassName
{
color: #A344F2;
}
</style>
background-color css
<style>
a { background-color: #A344F2; }
a { background-color: rgb(163,68,242); }
div.DivClassName
{
background-color: #A344F2;
}
.BgClassName
{
background-color: #A344F2;
}
</style>
border-color css
<style>
span { border-color: #A344F2; }
span { border-color: rgb(163,68,242); }
td.TdClassName
{
border-color: #A344F2;
}
.TagClassName
{
border-color: #A344F2;
}
</style>