Shades of Violet Blue #A5429E
Tints of Violet Blue #A5429E
RGB
CMYK
RGB Variations
Color information
#A5429E (or 0xA5429E) is known color: Violet Blue. HEX triplet: A5, 42 and 9E. RGB value is (165,66,158). Sum of RGB (Red+Green+Blue) = 165+66+158=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5429E is #5ABD61. Grayscale: #696969. Windows color (decimal): -5946722 or 10371749. OLE color: 10371749.
HSL color Cylindrical-coordinate representation of color #A5429E: hue angle of 304.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5429E is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 66 | 158 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.35 |
| HSL | 304.24º | 0.43% | 0.45% | - |
| HSV(B) | 304.24º | 0.6% | 0.65% | - |
| XYZ | 23.64 | 14.36 | 33.87 | - |
| YUV | 106.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 158 | 0 | 0.60 | 0.04 | 0.35 | 304.24 | 0.43 | 0.45 |
| Hex | A5 | 42 | 9E | 0 | 3C | 4 | 23 | 130 | 2B | 2D |
| Octal | 245 | 102 | 236 | 0 | 74 | 4 | 43 | 460 | 53 | 55 |
| Binary | 10100101 | 1000010 | 10011110 | 0 | 111100 | 100 | 100011 | 100110000 | 101011 | 101101 |
Color Harmonies of #A5429E
Complementary color
Monochromatic Colors of #A5429E
Black with #A5429E
Text Example
Text Example
White with #A5429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5429E; }
p { color: rgb(165,66,158); }
H1.HeaderClassName
{
color: #A5429E;
}
.AnyTagClassName
{
color: #A5429E;
}
</style>
background-color css
<style>
a { background-color: #A5429E; }
a { background-color: rgb(165,66,158); }
div.DivClassName
{
background-color: #A5429E;
}
.BgClassName
{
background-color: #A5429E;
}
</style>
border-color css
<style>
span { border-color: #A5429E; }
span { border-color: rgb(165,66,158); }
td.TdClassName
{
border-color: #A5429E;
}
.TagClassName
{
border-color: #A5429E;
}
</style>