Shades of Blue Violet #A134ED
Tints of Blue Violet #A134ED
RGB
CMYK
RGB Variations
Color information
#A134ED (or 0xA134ED) is known color: Blue Violet. HEX triplet: A1, 34 and ED. RGB value is (161,52,237). Sum of RGB (Red+Green+Blue) = 161+52+237=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A134ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A134ED is #5ECB12. Grayscale: #696969. Windows color (decimal): -6212371 or 15545505. OLE color: 15545505.
HSL color Cylindrical-coordinate representation of color #A134ED: hue angle of 275.35º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A134ED is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 52 | 237 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.35º | 0.84% | 0.57% | - |
| HSV(B) | 275.35º | 0.78% | 0.93% | - |
| XYZ | 31.21 | 16.15 | 81.59 | - |
| YUV | 105.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 237 | 0.32 | 0.78 | 0 | 0.07 | 275.35 | 0.84 | 0.57 |
| Hex | A1 | 34 | ED | 20 | 4E | 0 | 7 | 113 | 54 | 39 |
| Octal | 241 | 64 | 355 | 40 | 116 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100001 | 110100 | 11101101 | 100000 | 1001110 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A134ED
Complementary color
Monochromatic Colors of #A134ED
Black with #A134ED
Text Example
Text Example
White with #A134ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134ED; }
p { color: rgb(161,52,237); }
H1.HeaderClassName
{
color: #A134ED;
}
.AnyTagClassName
{
color: #A134ED;
}
</style>
background-color css
<style>
a { background-color: #A134ED; }
a { background-color: rgb(161,52,237); }
div.DivClassName
{
background-color: #A134ED;
}
.BgClassName
{
background-color: #A134ED;
}
</style>
border-color css
<style>
span { border-color: #A134ED; }
span { border-color: rgb(161,52,237); }
td.TdClassName
{
border-color: #A134ED;
}
.TagClassName
{
border-color: #A134ED;
}
</style>