Shades of Blue Violet #A431FD
Tints of Blue Violet #A431FD
RGB
CMYK
RGB Variations
Color information
#A431FD (or 0xA431FD) is known color: Blue Violet. HEX triplet: A4, 31 and FD. RGB value is (164,49,253). Sum of RGB (Red+Green+Blue) = 164+49+253=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #A431FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431FD is #5BCE02. Grayscale: #696969. Windows color (decimal): -6016515 or 16593316. OLE color: 16593316.
HSL color Cylindrical-coordinate representation of color #A431FD: hue angle of 273.82º degrees, saturation: 0.98, 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 #A431FD is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 49 | 253 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.01 |
| HSL | 273.82º | 0.98% | 0.59% | - |
| HSV(B) | 273.82º | 0.81% | 0.99% | - |
| XYZ | 34.14 | 17.18 | 94.45 | - |
| YUV | 106.64 | 210.6 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 253 | 0.35 | 0.81 | 0 | 0.01 | 273.82 | 0.98 | 0.59 |
| Hex | A4 | 31 | FD | 23 | 51 | 0 | 1 | 112 | 62 | 3B |
| Octal | 244 | 61 | 375 | 43 | 121 | 0 | 1 | 422 | 142 | 73 |
| Binary | 10100100 | 110001 | 11111101 | 100011 | 1010001 | 0 | 1 | 100010010 | 1100010 | 111011 |
Color Harmonies of #A431FD
Complementary color
Monochromatic Colors of #A431FD
Black with #A431FD
Text Example
Text Example
White with #A431FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431FD; }
p { color: rgb(164,49,253); }
H1.HeaderClassName
{
color: #A431FD;
}
.AnyTagClassName
{
color: #A431FD;
}
</style>
background-color css
<style>
a { background-color: #A431FD; }
a { background-color: rgb(164,49,253); }
div.DivClassName
{
background-color: #A431FD;
}
.BgClassName
{
background-color: #A431FD;
}
</style>
border-color css
<style>
span { border-color: #A431FD; }
span { border-color: rgb(164,49,253); }
td.TdClassName
{
border-color: #A431FD;
}
.TagClassName
{
border-color: #A431FD;
}
</style>