Shades of Blue Violet #A345EA
Tints of Blue Violet #A345EA
RGB
CMYK
RGB Variations
Color information
#A345EA (or 0xA345EA) is known color: Blue Violet. HEX triplet: A3, 45 and EA. RGB value is (163,69,234). Sum of RGB (Red+Green+Blue) = 163+69+234=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #A345EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A345EA is #5CBA15. Grayscale: #737373. Windows color (decimal): -6076950 or 15353251. OLE color: 15353251.
HSL color Cylindrical-coordinate representation of color #A345EA: hue angle of 274.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A345EA is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 69 | 234 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.08 |
| HSL | 274.18º | 0.8% | 0.59% | - |
| HSV(B) | 274.18º | 0.71% | 0.92% | - |
| XYZ | 32.08 | 17.98 | 79.62 | - |
| YUV | 115.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 234 | 0.30 | 0.71 | 0 | 0.08 | 274.18 | 0.8 | 0.59 |
| Hex | A3 | 45 | EA | 1E | 47 | 0 | 8 | 112 | 50 | 3B |
| Octal | 243 | 105 | 352 | 36 | 107 | 0 | 10 | 422 | 120 | 73 |
| Binary | 10100011 | 1000101 | 11101010 | 11110 | 1000111 | 0 | 1000 | 100010010 | 1010000 | 111011 |
Color Harmonies of #A345EA
Complementary color
Monochromatic Colors of #A345EA
Black with #A345EA
Text Example
Text Example
White with #A345EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345EA; }
p { color: rgb(163,69,234); }
H1.HeaderClassName
{
color: #A345EA;
}
.AnyTagClassName
{
color: #A345EA;
}
</style>
background-color css
<style>
a { background-color: #A345EA; }
a { background-color: rgb(163,69,234); }
div.DivClassName
{
background-color: #A345EA;
}
.BgClassName
{
background-color: #A345EA;
}
</style>
border-color css
<style>
span { border-color: #A345EA; }
span { border-color: rgb(163,69,234); }
td.TdClassName
{
border-color: #A345EA;
}
.TagClassName
{
border-color: #A345EA;
}
</style>