Shades of Blue Violet #A134EF
Tints of Blue Violet #A134EF
RGB
CMYK
RGB Variations
Color information
#A134EF (or 0xA134EF) is known color: Blue Violet. HEX triplet: A1, 34 and EF. RGB value is (161,52,239). Sum of RGB (Red+Green+Blue) = 161+52+239=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #A134EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A134EF is #5ECB10. Grayscale: #696969. Windows color (decimal): -6212369 or 15676577. OLE color: 15676577.
HSL color Cylindrical-coordinate representation of color #A134EF: hue angle of 274.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A134EF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 52 | 239 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.06 |
| HSL | 274.97º | 0.85% | 0.57% | - |
| HSV(B) | 274.97º | 0.78% | 0.94% | - |
| XYZ | 31.51 | 16.27 | 83.14 | - |
| YUV | 105.91 | 203.11 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 239 | 0.33 | 0.78 | 0 | 0.06 | 274.97 | 0.85 | 0.57 |
| Hex | A1 | 34 | EF | 21 | 4E | 0 | 6 | 113 | 55 | 39 |
| Octal | 241 | 64 | 357 | 41 | 116 | 0 | 6 | 423 | 125 | 71 |
| Binary | 10100001 | 110100 | 11101111 | 100001 | 1001110 | 0 | 110 | 100010011 | 1010101 | 111001 |
Color Harmonies of #A134EF
Complementary color
Monochromatic Colors of #A134EF
Black with #A134EF
Text Example
Text Example
White with #A134EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134EF; }
p { color: rgb(161,52,239); }
H1.HeaderClassName
{
color: #A134EF;
}
.AnyTagClassName
{
color: #A134EF;
}
</style>
background-color css
<style>
a { background-color: #A134EF; }
a { background-color: rgb(161,52,239); }
div.DivClassName
{
background-color: #A134EF;
}
.BgClassName
{
background-color: #A134EF;
}
</style>
border-color css
<style>
span { border-color: #A134EF; }
span { border-color: rgb(161,52,239); }
td.TdClassName
{
border-color: #A134EF;
}
.TagClassName
{
border-color: #A134EF;
}
</style>