Shades of Blue Violet #A431F2
Tints of Blue Violet #A431F2
RGB
CMYK
RGB Variations
Color information
#A431F2 (or 0xA431F2) is known color: Blue Violet. HEX triplet: A4, 31 and F2. RGB value is (164,49,242). Sum of RGB (Red+Green+Blue) = 164+49+242=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #A431F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431F2 is #5BCE0D. Grayscale: #686868. Windows color (decimal): -6016526 or 15872420. OLE color: 15872420.
HSL color Cylindrical-coordinate representation of color #A431F2: hue angle of 275.75º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A431F2 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 49 | 242 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.05 |
| HSL | 275.75º | 0.88% | 0.57% | - |
| HSV(B) | 275.75º | 0.8% | 0.95% | - |
| XYZ | 32.44 | 16.5 | 85.48 | - |
| YUV | 105.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 242 | 0.32 | 0.80 | 0 | 0.05 | 275.75 | 0.88 | 0.57 |
| Hex | A4 | 31 | F2 | 20 | 50 | 0 | 5 | 114 | 58 | 39 |
| Octal | 244 | 61 | 362 | 40 | 120 | 0 | 5 | 424 | 130 | 71 |
| Binary | 10100100 | 110001 | 11110010 | 100000 | 1010000 | 0 | 101 | 100010100 | 1011000 | 111001 |
Color Harmonies of #A431F2
Complementary color
Monochromatic Colors of #A431F2
Black with #A431F2
Text Example
Text Example
White with #A431F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431F2; }
p { color: rgb(164,49,242); }
H1.HeaderClassName
{
color: #A431F2;
}
.AnyTagClassName
{
color: #A431F2;
}
</style>
background-color css
<style>
a { background-color: #A431F2; }
a { background-color: rgb(164,49,242); }
div.DivClassName
{
background-color: #A431F2;
}
.BgClassName
{
background-color: #A431F2;
}
</style>
border-color css
<style>
span { border-color: #A431F2; }
span { border-color: rgb(164,49,242); }
td.TdClassName
{
border-color: #A431F2;
}
.TagClassName
{
border-color: #A431F2;
}
</style>