Shades of Blue Violet #A430F6
Tints of Blue Violet #A430F6
RGB
CMYK
RGB Variations
Color information
#A430F6 (or 0xA430F6) is known color: Blue Violet. HEX triplet: A4, 30 and F6. RGB value is (164,48,246). Sum of RGB (Red+Green+Blue) = 164+48+246=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #A430F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430F6 is #5BCF09. Grayscale: #686868. Windows color (decimal): -6016778 or 16134308. OLE color: 16134308.
HSL color Cylindrical-coordinate representation of color #A430F6: hue angle of 275.15º 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 #A430F6 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 48 | 246 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.04 |
| HSL | 275.15º | 0.92% | 0.58% | - |
| HSV(B) | 275.15º | 0.8% | 0.96% | - |
| XYZ | 33 | 16.66 | 88.67 | - |
| YUV | 105.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 246 | 0.33 | 0.80 | 0 | 0.04 | 275.15 | 0.92 | 0.58 |
| Hex | A4 | 30 | F6 | 21 | 50 | 0 | 4 | 113 | 5C | 3A |
| Octal | 244 | 60 | 366 | 41 | 120 | 0 | 4 | 423 | 134 | 72 |
| Binary | 10100100 | 110000 | 11110110 | 100001 | 1010000 | 0 | 100 | 100010011 | 1011100 | 111010 |
Color Harmonies of #A430F6
Complementary color
Monochromatic Colors of #A430F6
Black with #A430F6
Text Example
Text Example
White with #A430F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430F6; }
p { color: rgb(164,48,246); }
H1.HeaderClassName
{
color: #A430F6;
}
.AnyTagClassName
{
color: #A430F6;
}
</style>
background-color css
<style>
a { background-color: #A430F6; }
a { background-color: rgb(164,48,246); }
div.DivClassName
{
background-color: #A430F6;
}
.BgClassName
{
background-color: #A430F6;
}
</style>
border-color css
<style>
span { border-color: #A430F6; }
span { border-color: rgb(164,48,246); }
td.TdClassName
{
border-color: #A430F6;
}
.TagClassName
{
border-color: #A430F6;
}
</style>