Shades of Violet Blue #A5469C
Tints of Violet Blue #A5469C
RGB
CMYK
RGB Variations
Color information
#A5469C (or 0xA5469C) is known color: Violet Blue. HEX triplet: A5, 46 and 9C. RGB value is (165,70,156). Sum of RGB (Red+Green+Blue) = 165+70+156=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5469C is #5AB963. Grayscale: #6B6B6B. Windows color (decimal): -5945700 or 10241701. OLE color: 10241701.
HSL color Cylindrical-coordinate representation of color #A5469C: hue angle of 305.68º 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 #A5469C is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 156 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.35 |
| HSL | 305.68º | 0.4% | 0.46% | - |
| HSV(B) | 305.68º | 0.58% | 0.65% | - |
| XYZ | 23.71 | 14.78 | 33.06 | - |
| YUV | 108.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 156 | 0 | 0.58 | 0.05 | 0.35 | 305.68 | 0.4 | 0.46 |
| Hex | A5 | 46 | 9C | 0 | 3A | 5 | 23 | 132 | 28 | 2E |
| Octal | 245 | 106 | 234 | 0 | 72 | 5 | 43 | 462 | 50 | 56 |
| Binary | 10100101 | 1000110 | 10011100 | 0 | 111010 | 101 | 100011 | 100110010 | 101000 | 101110 |
Color Harmonies of #A5469C
Complementary color
Monochromatic Colors of #A5469C
Black with #A5469C
Text Example
Text Example
White with #A5469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5469C; }
p { color: rgb(165,70,156); }
H1.HeaderClassName
{
color: #A5469C;
}
.AnyTagClassName
{
color: #A5469C;
}
</style>
background-color css
<style>
a { background-color: #A5469C; }
a { background-color: rgb(165,70,156); }
div.DivClassName
{
background-color: #A5469C;
}
.BgClassName
{
background-color: #A5469C;
}
</style>
border-color css
<style>
span { border-color: #A5469C; }
span { border-color: rgb(165,70,156); }
td.TdClassName
{
border-color: #A5469C;
}
.TagClassName
{
border-color: #A5469C;
}
</style>