Shades of Violet Blue #A5429A
Tints of Violet Blue #A5429A
RGB
CMYK
RGB Variations
Color information
#A5429A (or 0xA5429A) is known color: Violet Blue. HEX triplet: A5, 42 and 9A. RGB value is (165,66,154). Sum of RGB (Red+Green+Blue) = 165+66+154=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5429A is #5ABD65. Grayscale: #696969. Windows color (decimal): -5946726 or 10109605. OLE color: 10109605.
HSL color Cylindrical-coordinate representation of color #A5429A: hue angle of 306.67º 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 #A5429A is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 66 | 154 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.35 |
| HSL | 306.67º | 0.43% | 0.45% | - |
| HSV(B) | 306.67º | 0.6% | 0.65% | - |
| XYZ | 23.3 | 14.23 | 32.09 | - |
| YUV | 105.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 154 | 0 | 0.60 | 0.07 | 0.35 | 306.67 | 0.43 | 0.45 |
| Hex | A5 | 42 | 9A | 0 | 3C | 7 | 23 | 133 | 2B | 2D |
| Octal | 245 | 102 | 232 | 0 | 74 | 7 | 43 | 463 | 53 | 55 |
| Binary | 10100101 | 1000010 | 10011010 | 0 | 111100 | 111 | 100011 | 100110011 | 101011 | 101101 |
Color Harmonies of #A5429A
Complementary color
Monochromatic Colors of #A5429A
Black with #A5429A
Text Example
Text Example
White with #A5429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5429A; }
p { color: rgb(165,66,154); }
H1.HeaderClassName
{
color: #A5429A;
}
.AnyTagClassName
{
color: #A5429A;
}
</style>
background-color css
<style>
a { background-color: #A5429A; }
a { background-color: rgb(165,66,154); }
div.DivClassName
{
background-color: #A5429A;
}
.BgClassName
{
background-color: #A5429A;
}
</style>
border-color css
<style>
span { border-color: #A5429A; }
span { border-color: rgb(165,66,154); }
td.TdClassName
{
border-color: #A5429A;
}
.TagClassName
{
border-color: #A5429A;
}
</style>