Shades of Violet Blue #A5469A
Tints of Violet Blue #A5469A
RGB
CMYK
RGB Variations
Color information
#A5469A (or 0xA5469A) is known color: Violet Blue. HEX triplet: A5, 46 and 9A. RGB value is (165,70,154). Sum of RGB (Red+Green+Blue) = 165+70+154=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5469A is #5AB965. Grayscale: #6B6B6B. Windows color (decimal): -5945702 or 10110629. OLE color: 10110629.
HSL color Cylindrical-coordinate representation of color #A5469A: hue angle of 306.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5469A is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 154 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.35 |
| HSL | 306.95º | 0.4% | 0.46% | - |
| HSV(B) | 306.95º | 0.58% | 0.65% | - |
| XYZ | 23.54 | 14.71 | 32.17 | - |
| YUV | 107.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 154 | 0 | 0.58 | 0.07 | 0.35 | 306.95 | 0.4 | 0.46 |
| Hex | A5 | 46 | 9A | 0 | 3A | 7 | 23 | 133 | 28 | 2E |
| Octal | 245 | 106 | 232 | 0 | 72 | 7 | 43 | 463 | 50 | 56 |
| Binary | 10100101 | 1000110 | 10011010 | 0 | 111010 | 111 | 100011 | 100110011 | 101000 | 101110 |
Color Harmonies of #A5469A
Complementary color
Monochromatic Colors of #A5469A
Black with #A5469A
Text Example
Text Example
White with #A5469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5469A; }
p { color: rgb(165,70,154); }
H1.HeaderClassName
{
color: #A5469A;
}
.AnyTagClassName
{
color: #A5469A;
}
</style>
background-color css
<style>
a { background-color: #A5469A; }
a { background-color: rgb(165,70,154); }
div.DivClassName
{
background-color: #A5469A;
}
.BgClassName
{
background-color: #A5469A;
}
</style>
border-color css
<style>
span { border-color: #A5469A; }
span { border-color: rgb(165,70,154); }
td.TdClassName
{
border-color: #A5469A;
}
.TagClassName
{
border-color: #A5469A;
}
</style>