Shades of Blue Violet #A342EF
Tints of Blue Violet #A342EF
RGB
CMYK
RGB Variations
Color information
#A342EF (or 0xA342EF) is known color: Blue Violet. HEX triplet: A3, 42 and EF. RGB value is (163,66,239). Sum of RGB (Red+Green+Blue) = 163+66+239=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #A342EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A342EF is #5CBD10. Grayscale: #727272. Windows color (decimal): -6077713 or 15680163. OLE color: 15680163.
HSL color Cylindrical-coordinate representation of color #A342EF: hue angle of 273.64º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A342EF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 66 | 239 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.06 |
| HSL | 273.64º | 0.84% | 0.6% | - |
| HSV(B) | 273.64º | 0.72% | 0.94% | - |
| XYZ | 32.63 | 17.91 | 83.4 | - |
| YUV | 114.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 239 | 0.32 | 0.72 | 0 | 0.06 | 273.64 | 0.84 | 0.6 |
| Hex | A3 | 42 | EF | 20 | 48 | 0 | 6 | 112 | 54 | 3C |
| Octal | 243 | 102 | 357 | 40 | 110 | 0 | 6 | 422 | 124 | 74 |
| Binary | 10100011 | 1000010 | 11101111 | 100000 | 1001000 | 0 | 110 | 100010010 | 1010100 | 111100 |
Color Harmonies of #A342EF
Complementary color
Monochromatic Colors of #A342EF
Black with #A342EF
Text Example
Text Example
White with #A342EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342EF; }
p { color: rgb(163,66,239); }
H1.HeaderClassName
{
color: #A342EF;
}
.AnyTagClassName
{
color: #A342EF;
}
</style>
background-color css
<style>
a { background-color: #A342EF; }
a { background-color: rgb(163,66,239); }
div.DivClassName
{
background-color: #A342EF;
}
.BgClassName
{
background-color: #A342EF;
}
</style>
border-color css
<style>
span { border-color: #A342EF; }
span { border-color: rgb(163,66,239); }
td.TdClassName
{
border-color: #A342EF;
}
.TagClassName
{
border-color: #A342EF;
}
</style>