Shades of Violet Blue #A43FAC
Tints of Violet Blue #A43FAC
RGB
CMYK
RGB Variations
Color information
#A43FAC (or 0xA43FAC) is known color: Violet Blue. HEX triplet: A4, 3F and AC. RGB value is (164,63,172). Sum of RGB (Red+Green+Blue) = 164+63+172=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A43FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43FAC is #5BC053. Grayscale: #696969. Windows color (decimal): -6013012 or 11288484. OLE color: 11288484.
HSL color Cylindrical-coordinate representation of color #A43FAC: hue angle of 295.6º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43FAC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 63 | 172 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.33 |
| HSL | 295.6º | 0.46% | 0.46% | - |
| HSV(B) | 295.6º | 0.63% | 0.67% | - |
| XYZ | 24.53 | 14.43 | 40.52 | - |
| YUV | 105.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 172 | 0.05 | 0.63 | 0 | 0.33 | 295.6 | 0.46 | 0.46 |
| Hex | A4 | 3F | AC | 5 | 3F | 0 | 21 | 128 | 2E | 2E |
| Octal | 244 | 77 | 254 | 5 | 77 | 0 | 41 | 450 | 56 | 56 |
| Binary | 10100100 | 111111 | 10101100 | 101 | 111111 | 0 | 100001 | 100101000 | 101110 | 101110 |
Color Harmonies of #A43FAC
Complementary color
Monochromatic Colors of #A43FAC
Black with #A43FAC
Text Example
Text Example
White with #A43FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FAC; }
p { color: rgb(164,63,172); }
H1.HeaderClassName
{
color: #A43FAC;
}
.AnyTagClassName
{
color: #A43FAC;
}
</style>
background-color css
<style>
a { background-color: #A43FAC; }
a { background-color: rgb(164,63,172); }
div.DivClassName
{
background-color: #A43FAC;
}
.BgClassName
{
background-color: #A43FAC;
}
</style>
border-color css
<style>
span { border-color: #A43FAC; }
span { border-color: rgb(164,63,172); }
td.TdClassName
{
border-color: #A43FAC;
}
.TagClassName
{
border-color: #A43FAC;
}
</style>