Shades of Violet Blue #A7469F
Tints of Violet Blue #A7469F
RGB
CMYK
RGB Variations
Color information
#A7469F (or 0xA7469F) is known color: Violet Blue. HEX triplet: A7, 46 and 9F. RGB value is (167,70,159). Sum of RGB (Red+Green+Blue) = 167+70+159=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7469F is #58B960. Grayscale: #6C6C6C. Windows color (decimal): -5814625 or 10438311. OLE color: 10438311.
HSL color Cylindrical-coordinate representation of color #A7469F: hue angle of 304.95º 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 #A7469F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 159 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.35 |
| HSL | 304.95º | 0.41% | 0.46% | - |
| HSV(B) | 304.95º | 0.58% | 0.65% | - |
| XYZ | 24.38 | 15.1 | 34.43 | - |
| YUV | 109.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 159 | 0 | 0.58 | 0.05 | 0.35 | 304.95 | 0.41 | 0.46 |
| Hex | A7 | 46 | 9F | 0 | 3A | 5 | 23 | 131 | 29 | 2E |
| Octal | 247 | 106 | 237 | 0 | 72 | 5 | 43 | 461 | 51 | 56 |
| Binary | 10100111 | 1000110 | 10011111 | 0 | 111010 | 101 | 100011 | 100110001 | 101001 | 101110 |
Color Harmonies of #A7469F
Complementary color
Monochromatic Colors of #A7469F
Black with #A7469F
Text Example
Text Example
White with #A7469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7469F; }
p { color: rgb(167,70,159); }
H1.HeaderClassName
{
color: #A7469F;
}
.AnyTagClassName
{
color: #A7469F;
}
</style>
background-color css
<style>
a { background-color: #A7469F; }
a { background-color: rgb(167,70,159); }
div.DivClassName
{
background-color: #A7469F;
}
.BgClassName
{
background-color: #A7469F;
}
</style>
border-color css
<style>
span { border-color: #A7469F; }
span { border-color: rgb(167,70,159); }
td.TdClassName
{
border-color: #A7469F;
}
.TagClassName
{
border-color: #A7469F;
}
</style>