Shades of Violet Blue #A7469D
Tints of Violet Blue #A7469D
RGB
CMYK
RGB Variations
Color information
#A7469D (or 0xA7469D) is known color: Violet Blue. HEX triplet: A7, 46 and 9D. RGB value is (167,70,157). Sum of RGB (Red+Green+Blue) = 167+70+157=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7469D is #58B962. Grayscale: #6C6C6C. Windows color (decimal): -5814627 or 10307239. OLE color: 10307239.
HSL color Cylindrical-coordinate representation of color #A7469D: hue angle of 306.19º degrees, saturation: 0.41, 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 #A7469D is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 157 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.35 |
| HSL | 306.19º | 0.41% | 0.46% | - |
| HSV(B) | 306.19º | 0.58% | 0.65% | - |
| XYZ | 24.21 | 15.03 | 33.52 | - |
| YUV | 108.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 157 | 0 | 0.58 | 0.06 | 0.35 | 306.19 | 0.41 | 0.46 |
| Hex | A7 | 46 | 9D | 0 | 3A | 6 | 23 | 132 | 29 | 2E |
| Octal | 247 | 106 | 235 | 0 | 72 | 6 | 43 | 462 | 51 | 56 |
| Binary | 10100111 | 1000110 | 10011101 | 0 | 111010 | 110 | 100011 | 100110010 | 101001 | 101110 |
Color Harmonies of #A7469D
Complementary color
Monochromatic Colors of #A7469D
Black with #A7469D
Text Example
Text Example
White with #A7469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7469D; }
p { color: rgb(167,70,157); }
H1.HeaderClassName
{
color: #A7469D;
}
.AnyTagClassName
{
color: #A7469D;
}
</style>
background-color css
<style>
a { background-color: #A7469D; }
a { background-color: rgb(167,70,157); }
div.DivClassName
{
background-color: #A7469D;
}
.BgClassName
{
background-color: #A7469D;
}
</style>
border-color css
<style>
span { border-color: #A7469D; }
span { border-color: rgb(167,70,157); }
td.TdClassName
{
border-color: #A7469D;
}
.TagClassName
{
border-color: #A7469D;
}
</style>