Shades of Blue Violet #A34AF3
Tints of Blue Violet #A34AF3
RGB
CMYK
RGB Variations
Color information
#A34AF3 (or 0xA34AF3) is known color: Blue Violet. HEX triplet: A3, 4A and F3. RGB value is (163,74,243). Sum of RGB (Red+Green+Blue) = 163+74+243=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #A34AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34AF3 is #5CB50C. Grayscale: #777777. Windows color (decimal): -6075661 or 15944355. OLE color: 15944355.
HSL color Cylindrical-coordinate representation of color #A34AF3: hue angle of 271.6º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34AF3 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 74 | 243 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.05 |
| HSL | 271.6º | 0.88% | 0.62% | - |
| HSV(B) | 271.6º | 0.7% | 0.95% | - |
| XYZ | 33.73 | 19.16 | 86.71 | - |
| YUV | 119.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 243 | 0.33 | 0.70 | 0 | 0.05 | 271.6 | 0.88 | 0.62 |
| Hex | A3 | 4A | F3 | 21 | 46 | 0 | 5 | 110 | 58 | 3E |
| Octal | 243 | 112 | 363 | 41 | 106 | 0 | 5 | 420 | 130 | 76 |
| Binary | 10100011 | 1001010 | 11110011 | 100001 | 1000110 | 0 | 101 | 100010000 | 1011000 | 111110 |
Color Harmonies of #A34AF3
Complementary color
Monochromatic Colors of #A34AF3
Black with #A34AF3
Text Example
Text Example
White with #A34AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AF3; }
p { color: rgb(163,74,243); }
H1.HeaderClassName
{
color: #A34AF3;
}
.AnyTagClassName
{
color: #A34AF3;
}
</style>
background-color css
<style>
a { background-color: #A34AF3; }
a { background-color: rgb(163,74,243); }
div.DivClassName
{
background-color: #A34AF3;
}
.BgClassName
{
background-color: #A34AF3;
}
</style>
border-color css
<style>
span { border-color: #A34AF3; }
span { border-color: rgb(163,74,243); }
td.TdClassName
{
border-color: #A34AF3;
}
.TagClassName
{
border-color: #A34AF3;
}
</style>