Shades of Blue Violet #A347EA
Tints of Blue Violet #A347EA
RGB
CMYK
RGB Variations
Color information
#A347EA (or 0xA347EA) is known color: Blue Violet. HEX triplet: A3, 47 and EA. RGB value is (163,71,234). Sum of RGB (Red+Green+Blue) = 163+71+234=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A347EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A347EA is #5CB815. Grayscale: #747474. Windows color (decimal): -6076438 or 15353763. OLE color: 15353763.
HSL color Cylindrical-coordinate representation of color #A347EA: hue angle of 273.87º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A347EA is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 71 | 234 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.08 |
| HSL | 273.87º | 0.8% | 0.6% | - |
| HSV(B) | 273.87º | 0.7% | 0.92% | - |
| XYZ | 32.21 | 18.23 | 79.66 | - |
| YUV | 117.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 234 | 0.30 | 0.70 | 0 | 0.08 | 273.87 | 0.8 | 0.6 |
| Hex | A3 | 47 | EA | 1E | 46 | 0 | 8 | 112 | 50 | 3C |
| Octal | 243 | 107 | 352 | 36 | 106 | 0 | 10 | 422 | 120 | 74 |
| Binary | 10100011 | 1000111 | 11101010 | 11110 | 1000110 | 0 | 1000 | 100010010 | 1010000 | 111100 |
Color Harmonies of #A347EA
Complementary color
Monochromatic Colors of #A347EA
Black with #A347EA
Text Example
Text Example
White with #A347EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347EA; }
p { color: rgb(163,71,234); }
H1.HeaderClassName
{
color: #A347EA;
}
.AnyTagClassName
{
color: #A347EA;
}
</style>
background-color css
<style>
a { background-color: #A347EA; }
a { background-color: rgb(163,71,234); }
div.DivClassName
{
background-color: #A347EA;
}
.BgClassName
{
background-color: #A347EA;
}
</style>
border-color css
<style>
span { border-color: #A347EA; }
span { border-color: rgb(163,71,234); }
td.TdClassName
{
border-color: #A347EA;
}
.TagClassName
{
border-color: #A347EA;
}
</style>