Shades of Blue Violet #A342EA
Tints of Blue Violet #A342EA
RGB
CMYK
RGB Variations
Color information
#A342EA (or 0xA342EA) is known color: Blue Violet. HEX triplet: A3, 42 and EA. RGB value is (163,66,234). Sum of RGB (Red+Green+Blue) = 163+66+234=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #A342EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A342EA is #5CBD15. Grayscale: #717171. Windows color (decimal): -6077718 or 15352483. OLE color: 15352483.
HSL color Cylindrical-coordinate representation of color #A342EA: hue angle of 274.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A342EA is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 66 | 234 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.08 |
| HSL | 274.64º | 0.8% | 0.59% | - |
| HSV(B) | 274.64º | 0.72% | 0.92% | - |
| XYZ | 31.9 | 17.62 | 79.56 | - |
| YUV | 114.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 234 | 0.30 | 0.72 | 0 | 0.08 | 274.64 | 0.8 | 0.59 |
| Hex | A3 | 42 | EA | 1E | 48 | 0 | 8 | 113 | 50 | 3B |
| Octal | 243 | 102 | 352 | 36 | 110 | 0 | 10 | 423 | 120 | 73 |
| Binary | 10100011 | 1000010 | 11101010 | 11110 | 1001000 | 0 | 1000 | 100010011 | 1010000 | 111011 |
Color Harmonies of #A342EA
Complementary color
Monochromatic Colors of #A342EA
Black with #A342EA
Text Example
Text Example
White with #A342EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342EA; }
p { color: rgb(163,66,234); }
H1.HeaderClassName
{
color: #A342EA;
}
.AnyTagClassName
{
color: #A342EA;
}
</style>
background-color css
<style>
a { background-color: #A342EA; }
a { background-color: rgb(163,66,234); }
div.DivClassName
{
background-color: #A342EA;
}
.BgClassName
{
background-color: #A342EA;
}
</style>
border-color css
<style>
span { border-color: #A342EA; }
span { border-color: rgb(163,66,234); }
td.TdClassName
{
border-color: #A342EA;
}
.TagClassName
{
border-color: #A342EA;
}
</style>