Shades of Blue Violet #A132FF
Tints of Blue Violet #A132FF
RGB
CMYK
RGB Variations
Color information
#A132FF (or 0xA132FF) is known color: Blue Violet. HEX triplet: A1, 32 and FF. RGB value is (161,50,255). Sum of RGB (Red+Green+Blue) = 161+50+255=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #A132FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A132FF is #5ECD00. Grayscale: #696969. Windows color (decimal): -6212865 or 16724641. OLE color: 16724641.
HSL color Cylindrical-coordinate representation of color #A132FF: hue angle of 272.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A132FF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 50 | 255 | - |
| CMYK | 0.37 | 0.80 | 0 | 0 |
| HSL | 272.49º | 1% | 0.6% | - |
| HSV(B) | 272.49º | 0.8% | 1% | - |
| XYZ | 33.89 | 17.08 | 96.12 | - |
| YUV | 106.56 | 211.77 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 255 | 0.37 | 0.80 | 0 | 0 | 272.49 | 1 | 0.6 |
| Hex | A1 | 32 | FF | 25 | 50 | 0 | 0 | 110 | 64 | 3C |
| Octal | 241 | 62 | 377 | 45 | 120 | 0 | 0 | 420 | 144 | 74 |
| Binary | 10100001 | 110010 | 11111111 | 100101 | 1010000 | 0 | 0 | 100010000 | 1100100 | 111100 |
Color Harmonies of #A132FF
Complementary color
Monochromatic Colors of #A132FF
Black with #A132FF
Text Example
Text Example
White with #A132FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132FF; }
p { color: rgb(161,50,255); }
H1.HeaderClassName
{
color: #A132FF;
}
.AnyTagClassName
{
color: #A132FF;
}
</style>
background-color css
<style>
a { background-color: #A132FF; }
a { background-color: rgb(161,50,255); }
div.DivClassName
{
background-color: #A132FF;
}
.BgClassName
{
background-color: #A132FF;
}
</style>
border-color css
<style>
span { border-color: #A132FF; }
span { border-color: rgb(161,50,255); }
td.TdClassName
{
border-color: #A132FF;
}
.TagClassName
{
border-color: #A132FF;
}
</style>