Shades of Blue Violet #A133EC
Tints of Blue Violet #A133EC
RGB
CMYK
RGB Variations
Color information
#A133EC (or 0xA133EC) is known color: Blue Violet. HEX triplet: A1, 33 and EC. RGB value is (161,51,236). Sum of RGB (Red+Green+Blue) = 161+51+236=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #A133EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A133EC is #5ECC13. Grayscale: #686868. Windows color (decimal): -6212628 or 15479713. OLE color: 15479713.
HSL color Cylindrical-coordinate representation of color #A133EC: hue angle of 275.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A133EC is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 51 | 236 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.68º | 0.83% | 0.56% | - |
| HSV(B) | 275.68º | 0.78% | 0.93% | - |
| XYZ | 31.02 | 16 | 80.81 | - |
| YUV | 104.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 236 | 0.32 | 0.78 | 0 | 0.07 | 275.68 | 0.83 | 0.56 |
| Hex | A1 | 33 | EC | 20 | 4E | 0 | 7 | 114 | 53 | 38 |
| Octal | 241 | 63 | 354 | 40 | 116 | 0 | 7 | 424 | 123 | 70 |
| Binary | 10100001 | 110011 | 11101100 | 100000 | 1001110 | 0 | 111 | 100010100 | 1010011 | 111000 |
Color Harmonies of #A133EC
Complementary color
Monochromatic Colors of #A133EC
Black with #A133EC
Text Example
Text Example
White with #A133EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133EC; }
p { color: rgb(161,51,236); }
H1.HeaderClassName
{
color: #A133EC;
}
.AnyTagClassName
{
color: #A133EC;
}
</style>
background-color css
<style>
a { background-color: #A133EC; }
a { background-color: rgb(161,51,236); }
div.DivClassName
{
background-color: #A133EC;
}
.BgClassName
{
background-color: #A133EC;
}
</style>
border-color css
<style>
span { border-color: #A133EC; }
span { border-color: rgb(161,51,236); }
td.TdClassName
{
border-color: #A133EC;
}
.TagClassName
{
border-color: #A133EC;
}
</style>