Shades of Blue Violet #A732EC
Tints of Blue Violet #A732EC
RGB
CMYK
RGB Variations
Color information
#A732EC (or 0xA732EC) is known color: Blue Violet. HEX triplet: A7, 32 and EC. RGB value is (167,50,236). Sum of RGB (Red+Green+Blue) = 167+50+236=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #A732EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A732EC is #58CD13. Grayscale: #696969. Windows color (decimal): -5819668 or 15479463. OLE color: 15479463.
HSL color Cylindrical-coordinate representation of color #A732EC: hue angle of 277.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A732EC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 50 | 236 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 277.74º | 0.83% | 0.56% | - |
| HSV(B) | 277.74º | 0.79% | 0.93% | - |
| XYZ | 32.22 | 16.55 | 80.85 | - |
| YUV | 106.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 236 | 0.29 | 0.79 | 0 | 0.07 | 277.74 | 0.83 | 0.56 |
| Hex | A7 | 32 | EC | 1D | 4F | 0 | 7 | 116 | 53 | 38 |
| Octal | 247 | 62 | 354 | 35 | 117 | 0 | 7 | 426 | 123 | 70 |
| Binary | 10100111 | 110010 | 11101100 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010011 | 111000 |
Color Harmonies of #A732EC
Complementary color
Monochromatic Colors of #A732EC
Black with #A732EC
Text Example
Text Example
White with #A732EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732EC; }
p { color: rgb(167,50,236); }
H1.HeaderClassName
{
color: #A732EC;
}
.AnyTagClassName
{
color: #A732EC;
}
</style>
background-color css
<style>
a { background-color: #A732EC; }
a { background-color: rgb(167,50,236); }
div.DivClassName
{
background-color: #A732EC;
}
.BgClassName
{
background-color: #A732EC;
}
</style>
border-color css
<style>
span { border-color: #A732EC; }
span { border-color: rgb(167,50,236); }
td.TdClassName
{
border-color: #A732EC;
}
.TagClassName
{
border-color: #A732EC;
}
</style>