Shades of Blue Violet #A43AF6
Tints of Blue Violet #A43AF6
RGB
CMYK
RGB Variations
Color information
#A43AF6 (or 0xA43AF6) is known color: Blue Violet. HEX triplet: A4, 3A and F6. RGB value is (164,58,246). Sum of RGB (Red+Green+Blue) = 164+58+246=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #A43AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43AF6 is #5BC509. Grayscale: #6E6E6E. Windows color (decimal): -6014218 or 16136868. OLE color: 16136868.
HSL color Cylindrical-coordinate representation of color #A43AF6: hue angle of 273.83º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43AF6 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 58 | 246 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.04 |
| HSL | 273.83º | 0.91% | 0.6% | - |
| HSV(B) | 273.83º | 0.76% | 0.96% | - |
| XYZ | 33.46 | 17.57 | 88.82 | - |
| YUV | 111.13 | 204.12 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 246 | 0.33 | 0.76 | 0 | 0.04 | 273.83 | 0.91 | 0.6 |
| Hex | A4 | 3A | F6 | 21 | 4C | 0 | 4 | 112 | 5B | 3C |
| Octal | 244 | 72 | 366 | 41 | 114 | 0 | 4 | 422 | 133 | 74 |
| Binary | 10100100 | 111010 | 11110110 | 100001 | 1001100 | 0 | 100 | 100010010 | 1011011 | 111100 |
Color Harmonies of #A43AF6
Complementary color
Monochromatic Colors of #A43AF6
Black with #A43AF6
Text Example
Text Example
White with #A43AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43AF6; }
p { color: rgb(164,58,246); }
H1.HeaderClassName
{
color: #A43AF6;
}
.AnyTagClassName
{
color: #A43AF6;
}
</style>
background-color css
<style>
a { background-color: #A43AF6; }
a { background-color: rgb(164,58,246); }
div.DivClassName
{
background-color: #A43AF6;
}
.BgClassName
{
background-color: #A43AF6;
}
</style>
border-color css
<style>
span { border-color: #A43AF6; }
span { border-color: rgb(164,58,246); }
td.TdClassName
{
border-color: #A43AF6;
}
.TagClassName
{
border-color: #A43AF6;
}
</style>