Shades of Blue Violet #A343ED
Tints of Blue Violet #A343ED
RGB
CMYK
RGB Variations
Color information
#A343ED (or 0xA343ED) is known color: Blue Violet. HEX triplet: A3, 43 and ED. RGB value is (163,67,237). Sum of RGB (Red+Green+Blue) = 163+67+237=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #A343ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A343ED is #5CBC12. Grayscale: #727272. Windows color (decimal): -6077459 or 15549347. OLE color: 15549347.
HSL color Cylindrical-coordinate representation of color #A343ED: hue angle of 273.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A343ED is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 67 | 237 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.07 |
| HSL | 273.88º | 0.83% | 0.6% | - |
| HSV(B) | 273.88º | 0.72% | 0.93% | - |
| XYZ | 32.4 | 17.92 | 81.87 | - |
| YUV | 115.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 237 | 0.31 | 0.72 | 0 | 0.07 | 273.88 | 0.83 | 0.6 |
| Hex | A3 | 43 | ED | 1F | 48 | 0 | 7 | 112 | 53 | 3C |
| Octal | 243 | 103 | 355 | 37 | 110 | 0 | 7 | 422 | 123 | 74 |
| Binary | 10100011 | 1000011 | 11101101 | 11111 | 1001000 | 0 | 111 | 100010010 | 1010011 | 111100 |
Color Harmonies of #A343ED
Complementary color
Monochromatic Colors of #A343ED
Black with #A343ED
Text Example
Text Example
White with #A343ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343ED; }
p { color: rgb(163,67,237); }
H1.HeaderClassName
{
color: #A343ED;
}
.AnyTagClassName
{
color: #A343ED;
}
</style>
background-color css
<style>
a { background-color: #A343ED; }
a { background-color: rgb(163,67,237); }
div.DivClassName
{
background-color: #A343ED;
}
.BgClassName
{
background-color: #A343ED;
}
</style>
border-color css
<style>
span { border-color: #A343ED; }
span { border-color: rgb(163,67,237); }
td.TdClassName
{
border-color: #A343ED;
}
.TagClassName
{
border-color: #A343ED;
}
</style>