Shades of Violet Blue #A43FAA
Tints of Violet Blue #A43FAA
RGB
CMYK
RGB Variations
Color information
#A43FAA (or 0xA43FAA) is known color: Violet Blue. HEX triplet: A4, 3F and AA. RGB value is (164,63,170). Sum of RGB (Red+Green+Blue) = 164+63+170=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A43FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43FAA is #5BC055. Grayscale: #696969. Windows color (decimal): -6013014 or 11157412. OLE color: 11157412.
HSL color Cylindrical-coordinate representation of color #A43FAA: hue angle of 296.64º 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 #A43FAA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 63 | 170 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.33 |
| HSL | 296.64º | 0.46% | 0.46% | - |
| HSV(B) | 296.64º | 0.63% | 0.67% | - |
| XYZ | 24.34 | 14.35 | 39.52 | - |
| YUV | 105.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 170 | 0.04 | 0.63 | 0 | 0.33 | 296.64 | 0.46 | 0.46 |
| Hex | A4 | 3F | AA | 4 | 3F | 0 | 21 | 129 | 2E | 2E |
| Octal | 244 | 77 | 252 | 4 | 77 | 0 | 41 | 451 | 56 | 56 |
| Binary | 10100100 | 111111 | 10101010 | 100 | 111111 | 0 | 100001 | 100101001 | 101110 | 101110 |
Color Harmonies of #A43FAA
Complementary color
Monochromatic Colors of #A43FAA
Black with #A43FAA
Text Example
Text Example
White with #A43FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FAA; }
p { color: rgb(164,63,170); }
H1.HeaderClassName
{
color: #A43FAA;
}
.AnyTagClassName
{
color: #A43FAA;
}
</style>
background-color css
<style>
a { background-color: #A43FAA; }
a { background-color: rgb(164,63,170); }
div.DivClassName
{
background-color: #A43FAA;
}
.BgClassName
{
background-color: #A43FAA;
}
</style>
border-color css
<style>
span { border-color: #A43FAA; }
span { border-color: rgb(164,63,170); }
td.TdClassName
{
border-color: #A43FAA;
}
.TagClassName
{
border-color: #A43FAA;
}
</style>