Shades of Blue Violet #A133FE
Tints of Blue Violet #A133FE
RGB
CMYK
RGB Variations
Color information
#A133FE (or 0xA133FE) is known color: Blue Violet. HEX triplet: A1, 33 and FE. RGB value is (161,51,254). Sum of RGB (Red+Green+Blue) = 161+51+254=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #A133FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A133FE is #5ECC01. Grayscale: #6A6A6A. Windows color (decimal): -6212610 or 16659361. OLE color: 16659361.
HSL color Cylindrical-coordinate representation of color #A133FE: hue angle of 272.51º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A133FE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 51 | 254 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.00 |
| HSL | 272.51º | 0.99% | 0.6% | - |
| HSV(B) | 272.51º | 0.8% | 1% | - |
| XYZ | 33.77 | 17.1 | 95.29 | - |
| YUV | 107.03 | 210.94 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 254 | 0.37 | 0.80 | 0 | 0.00 | 272.51 | 0.99 | 0.6 |
| Hex | A1 | 33 | FE | 25 | 50 | 0 | 0 | 111 | 63 | 3C |
| Octal | 241 | 63 | 376 | 45 | 120 | 0 | 0 | 421 | 143 | 74 |
| Binary | 10100001 | 110011 | 11111110 | 100101 | 1010000 | 0 | 0 | 100010001 | 1100011 | 111100 |
Color Harmonies of #A133FE
Complementary color
Monochromatic Colors of #A133FE
Black with #A133FE
Text Example
Text Example
White with #A133FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133FE; }
p { color: rgb(161,51,254); }
H1.HeaderClassName
{
color: #A133FE;
}
.AnyTagClassName
{
color: #A133FE;
}
</style>
background-color css
<style>
a { background-color: #A133FE; }
a { background-color: rgb(161,51,254); }
div.DivClassName
{
background-color: #A133FE;
}
.BgClassName
{
background-color: #A133FE;
}
</style>
border-color css
<style>
span { border-color: #A133FE; }
span { border-color: rgb(161,51,254); }
td.TdClassName
{
border-color: #A133FE;
}
.TagClassName
{
border-color: #A133FE;
}
</style>