Shades of Blue Violet #A42FFA
Tints of Blue Violet #A42FFA
RGB
CMYK
RGB Variations
Color information
#A42FFA (or 0xA42FFA) is known color: Blue Violet. HEX triplet: A4, 2F and FA. RGB value is (164,47,250). Sum of RGB (Red+Green+Blue) = 164+47+250=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #A42FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FFA is #5BD005. Grayscale: #686868. Windows color (decimal): -6017030 or 16396196. OLE color: 16396196.
HSL color Cylindrical-coordinate representation of color #A42FFA: hue angle of 274.58º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42FFA is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 47 | 250 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.02 |
| HSL | 274.58º | 0.95% | 0.58% | - |
| HSV(B) | 274.58º | 0.81% | 0.98% | - |
| XYZ | 33.58 | 16.83 | 91.92 | - |
| YUV | 105.13 | 209.76 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 250 | 0.34 | 0.81 | 0 | 0.02 | 274.58 | 0.95 | 0.58 |
| Hex | A4 | 2F | FA | 22 | 51 | 0 | 2 | 113 | 5F | 3A |
| Octal | 244 | 57 | 372 | 42 | 121 | 0 | 2 | 423 | 137 | 72 |
| Binary | 10100100 | 101111 | 11111010 | 100010 | 1010001 | 0 | 10 | 100010011 | 1011111 | 111010 |
Color Harmonies of #A42FFA
Complementary color
Monochromatic Colors of #A42FFA
Black with #A42FFA
Text Example
Text Example
White with #A42FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FFA; }
p { color: rgb(164,47,250); }
H1.HeaderClassName
{
color: #A42FFA;
}
.AnyTagClassName
{
color: #A42FFA;
}
</style>
background-color css
<style>
a { background-color: #A42FFA; }
a { background-color: rgb(164,47,250); }
div.DivClassName
{
background-color: #A42FFA;
}
.BgClassName
{
background-color: #A42FFA;
}
</style>
border-color css
<style>
span { border-color: #A42FFA; }
span { border-color: rgb(164,47,250); }
td.TdClassName
{
border-color: #A42FFA;
}
.TagClassName
{
border-color: #A42FFA;
}
</style>