Shades of Blue Violet #A134EA
Tints of Blue Violet #A134EA
RGB
CMYK
RGB Variations
Color information
#A134EA (or 0xA134EA) is known color: Blue Violet. HEX triplet: A1, 34 and EA. RGB value is (161,52,234). Sum of RGB (Red+Green+Blue) = 161+52+234=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #A134EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A134EA is #5ECB15. Grayscale: #686868. Windows color (decimal): -6212374 or 15348897. OLE color: 15348897.
HSL color Cylindrical-coordinate representation of color #A134EA: hue angle of 275.93º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A134EA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 52 | 234 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.08 |
| HSL | 275.93º | 0.81% | 0.56% | - |
| HSV(B) | 275.93º | 0.78% | 0.92% | - |
| XYZ | 30.78 | 15.97 | 79.3 | - |
| YUV | 105.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 234 | 0.31 | 0.78 | 0 | 0.08 | 275.93 | 0.81 | 0.56 |
| Hex | A1 | 34 | EA | 1F | 4E | 0 | 8 | 114 | 51 | 38 |
| Octal | 241 | 64 | 352 | 37 | 116 | 0 | 10 | 424 | 121 | 70 |
| Binary | 10100001 | 110100 | 11101010 | 11111 | 1001110 | 0 | 1000 | 100010100 | 1010001 | 111000 |
Color Harmonies of #A134EA
Complementary color
Monochromatic Colors of #A134EA
Black with #A134EA
Text Example
Text Example
White with #A134EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134EA; }
p { color: rgb(161,52,234); }
H1.HeaderClassName
{
color: #A134EA;
}
.AnyTagClassName
{
color: #A134EA;
}
</style>
background-color css
<style>
a { background-color: #A134EA; }
a { background-color: rgb(161,52,234); }
div.DivClassName
{
background-color: #A134EA;
}
.BgClassName
{
background-color: #A134EA;
}
</style>
border-color css
<style>
span { border-color: #A134EA; }
span { border-color: rgb(161,52,234); }
td.TdClassName
{
border-color: #A134EA;
}
.TagClassName
{
border-color: #A134EA;
}
</style>