Shades of Blue Violet #A431F6
Tints of Blue Violet #A431F6
RGB
CMYK
RGB Variations
Color information
#A431F6 (or 0xA431F6) is known color: Blue Violet. HEX triplet: A4, 31 and F6. RGB value is (164,49,246). Sum of RGB (Red+Green+Blue) = 164+49+246=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #A431F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431F6 is #5BCE09. Grayscale: #696969. Windows color (decimal): -6016522 or 16134564. OLE color: 16134564.
HSL color Cylindrical-coordinate representation of color #A431F6: hue angle of 275.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A431F6 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 49 | 246 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.04 |
| HSL | 275.03º | 0.92% | 0.58% | - |
| HSV(B) | 275.03º | 0.8% | 0.96% | - |
| XYZ | 33.04 | 16.74 | 88.68 | - |
| YUV | 105.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 246 | 0.33 | 0.80 | 0 | 0.04 | 275.03 | 0.92 | 0.58 |
| Hex | A4 | 31 | F6 | 21 | 50 | 0 | 4 | 113 | 5C | 3A |
| Octal | 244 | 61 | 366 | 41 | 120 | 0 | 4 | 423 | 134 | 72 |
| Binary | 10100100 | 110001 | 11110110 | 100001 | 1010000 | 0 | 100 | 100010011 | 1011100 | 111010 |
Color Harmonies of #A431F6
Complementary color
Monochromatic Colors of #A431F6
Black with #A431F6
Text Example
Text Example
White with #A431F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431F6; }
p { color: rgb(164,49,246); }
H1.HeaderClassName
{
color: #A431F6;
}
.AnyTagClassName
{
color: #A431F6;
}
</style>
background-color css
<style>
a { background-color: #A431F6; }
a { background-color: rgb(164,49,246); }
div.DivClassName
{
background-color: #A431F6;
}
.BgClassName
{
background-color: #A431F6;
}
</style>
border-color css
<style>
span { border-color: #A431F6; }
span { border-color: rgb(164,49,246); }
td.TdClassName
{
border-color: #A431F6;
}
.TagClassName
{
border-color: #A431F6;
}
</style>