Shades of Violet Blue #A3429F
Tints of Violet Blue #A3429F
RGB
CMYK
RGB Variations
Color information
#A3429F (or 0xA3429F) is known color: Violet Blue. HEX triplet: A3, 42 and 9F. RGB value is (163,66,159). Sum of RGB (Red+Green+Blue) = 163+66+159=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3429F is #5CBD60. Grayscale: #696969. Windows color (decimal): -6077793 or 10437283. OLE color: 10437283.
HSL color Cylindrical-coordinate representation of color #A3429F: hue angle of 302.47º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3429F is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 159 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.36 |
| HSL | 302.47º | 0.42% | 0.45% | - |
| HSV(B) | 302.47º | 0.6% | 0.64% | - |
| XYZ | 23.31 | 14.19 | 34.31 | - |
| YUV | 105.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 159 | 0 | 0.60 | 0.02 | 0.36 | 302.47 | 0.42 | 0.45 |
| Hex | A3 | 42 | 9F | 0 | 3C | 2 | 24 | 12E | 2A | 2D |
| Octal | 243 | 102 | 237 | 0 | 74 | 2 | 44 | 456 | 52 | 55 |
| Binary | 10100011 | 1000010 | 10011111 | 0 | 111100 | 10 | 100100 | 100101110 | 101010 | 101101 |
Color Harmonies of #A3429F
Complementary color
Monochromatic Colors of #A3429F
Black with #A3429F
Text Example
Text Example
White with #A3429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3429F; }
p { color: rgb(163,66,159); }
H1.HeaderClassName
{
color: #A3429F;
}
.AnyTagClassName
{
color: #A3429F;
}
</style>
background-color css
<style>
a { background-color: #A3429F; }
a { background-color: rgb(163,66,159); }
div.DivClassName
{
background-color: #A3429F;
}
.BgClassName
{
background-color: #A3429F;
}
</style>
border-color css
<style>
span { border-color: #A3429F; }
span { border-color: rgb(163,66,159); }
td.TdClassName
{
border-color: #A3429F;
}
.TagClassName
{
border-color: #A3429F;
}
</style>