Shades of Blue Violet #A133F2
Tints of Blue Violet #A133F2
RGB
CMYK
RGB Variations
Color information
#A133F2 (or 0xA133F2) is known color: Blue Violet. HEX triplet: A1, 33 and F2. RGB value is (161,51,242). Sum of RGB (Red+Green+Blue) = 161+51+242=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #A133F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A133F2 is #5ECC0D. Grayscale: #696969. Windows color (decimal): -6212622 or 15872929. OLE color: 15872929.
HSL color Cylindrical-coordinate representation of color #A133F2: hue angle of 274.55º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A133F2 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 51 | 242 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.05 |
| HSL | 274.56º | 0.88% | 0.57% | - |
| HSV(B) | 274.56º | 0.79% | 0.95% | - |
| XYZ | 31.91 | 16.36 | 85.48 | - |
| YUV | 105.66 | 204.94 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 242 | 0.33 | 0.79 | 0 | 0.05 | 274.56 | 0.88 | 0.57 |
| Hex | A1 | 33 | F2 | 21 | 4F | 0 | 5 | 113 | 58 | 39 |
| Octal | 241 | 63 | 362 | 41 | 117 | 0 | 5 | 423 | 130 | 71 |
| Binary | 10100001 | 110011 | 11110010 | 100001 | 1001111 | 0 | 101 | 100010011 | 1011000 | 111001 |
Color Harmonies of #A133F2
Complementary color
Monochromatic Colors of #A133F2
Black with #A133F2
Text Example
Text Example
White with #A133F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133F2; }
p { color: rgb(161,51,242); }
H1.HeaderClassName
{
color: #A133F2;
}
.AnyTagClassName
{
color: #A133F2;
}
</style>
background-color css
<style>
a { background-color: #A133F2; }
a { background-color: rgb(161,51,242); }
div.DivClassName
{
background-color: #A133F2;
}
.BgClassName
{
background-color: #A133F2;
}
</style>
border-color css
<style>
span { border-color: #A133F2; }
span { border-color: rgb(161,51,242); }
td.TdClassName
{
border-color: #A133F2;
}
.TagClassName
{
border-color: #A133F2;
}
</style>