Shades of Blue Violet #A431FC
Tints of Blue Violet #A431FC
RGB
CMYK
RGB Variations
Color information
#A431FC (or 0xA431FC) is known color: Blue Violet. HEX triplet: A4, 31 and FC. RGB value is (164,49,252). Sum of RGB (Red+Green+Blue) = 164+49+252=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #A431FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431FC is #5BCE03. Grayscale: #696969. Windows color (decimal): -6016516 or 16527780. OLE color: 16527780.
HSL color Cylindrical-coordinate representation of color #A431FC: hue angle of 273.99º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A431FC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 49 | 252 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.01 |
| HSL | 273.99º | 0.97% | 0.59% | - |
| HSV(B) | 273.99º | 0.81% | 0.99% | - |
| XYZ | 33.98 | 17.12 | 93.61 | - |
| YUV | 106.53 | 210.1 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 252 | 0.35 | 0.81 | 0 | 0.01 | 273.99 | 0.97 | 0.59 |
| Hex | A4 | 31 | FC | 23 | 51 | 0 | 1 | 112 | 61 | 3B |
| Octal | 244 | 61 | 374 | 43 | 121 | 0 | 1 | 422 | 141 | 73 |
| Binary | 10100100 | 110001 | 11111100 | 100011 | 1010001 | 0 | 1 | 100010010 | 1100001 | 111011 |
Color Harmonies of #A431FC
Complementary color
Monochromatic Colors of #A431FC
Black with #A431FC
Text Example
Text Example
White with #A431FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431FC; }
p { color: rgb(164,49,252); }
H1.HeaderClassName
{
color: #A431FC;
}
.AnyTagClassName
{
color: #A431FC;
}
</style>
background-color css
<style>
a { background-color: #A431FC; }
a { background-color: rgb(164,49,252); }
div.DivClassName
{
background-color: #A431FC;
}
.BgClassName
{
background-color: #A431FC;
}
</style>
border-color css
<style>
span { border-color: #A431FC; }
span { border-color: rgb(164,49,252); }
td.TdClassName
{
border-color: #A431FC;
}
.TagClassName
{
border-color: #A431FC;
}
</style>