Shades of Blue Violet #A32FF6
Tints of Blue Violet #A32FF6
RGB
CMYK
RGB Variations
Color information
#A32FF6 (or 0xA32FF6) is known color: Blue Violet. HEX triplet: A3, 2F and F6. RGB value is (163,47,246). Sum of RGB (Red+Green+Blue) = 163+47+246=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #A32FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32FF6 is #5CD009. Grayscale: #676767. Windows color (decimal): -6082570 or 16134051. OLE color: 16134051.
HSL color Cylindrical-coordinate representation of color #A32FF6: hue angle of 274.97º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32FF6 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 47 | 246 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.04 |
| HSL | 274.97º | 0.92% | 0.57% | - |
| HSV(B) | 274.97º | 0.81% | 0.96% | - |
| XYZ | 32.76 | 16.47 | 88.64 | - |
| YUV | 104.37 | 207.93 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 246 | 0.34 | 0.81 | 0 | 0.04 | 274.97 | 0.92 | 0.57 |
| Hex | A3 | 2F | F6 | 22 | 51 | 0 | 4 | 113 | 5C | 39 |
| Octal | 243 | 57 | 366 | 42 | 121 | 0 | 4 | 423 | 134 | 71 |
| Binary | 10100011 | 101111 | 11110110 | 100010 | 1010001 | 0 | 100 | 100010011 | 1011100 | 111001 |
Color Harmonies of #A32FF6
Complementary color
Monochromatic Colors of #A32FF6
Black with #A32FF6
Text Example
Text Example
White with #A32FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FF6; }
p { color: rgb(163,47,246); }
H1.HeaderClassName
{
color: #A32FF6;
}
.AnyTagClassName
{
color: #A32FF6;
}
</style>
background-color css
<style>
a { background-color: #A32FF6; }
a { background-color: rgb(163,47,246); }
div.DivClassName
{
background-color: #A32FF6;
}
.BgClassName
{
background-color: #A32FF6;
}
</style>
border-color css
<style>
span { border-color: #A32FF6; }
span { border-color: rgb(163,47,246); }
td.TdClassName
{
border-color: #A32FF6;
}
.TagClassName
{
border-color: #A32FF6;
}
</style>