Shades of Violet Blue #A74AAF
Tints of Violet Blue #A74AAF
RGB
CMYK
RGB Variations
Color information
#A74AAF (or 0xA74AAF) is known color: Violet Blue. HEX triplet: A7, 4A and AF. RGB value is (167,74,175). Sum of RGB (Red+Green+Blue) = 167+74+175=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A74AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAF is #58B550. Grayscale: #717171. Windows color (decimal): -5813585 or 11487911. OLE color: 11487911.
HSL color Cylindrical-coordinate representation of color #A74AAF: hue angle of 295.25º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74AAF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 74 | 175 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.31 |
| HSL | 295.25º | 0.41% | 0.49% | - |
| HSV(B) | 295.25º | 0.58% | 0.69% | - |
| XYZ | 26.12 | 16.21 | 42.31 | - |
| YUV | 113.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 175 | 0.05 | 0.58 | 0 | 0.31 | 295.25 | 0.41 | 0.49 |
| Hex | A7 | 4A | AF | 5 | 3A | 0 | 1F | 127 | 29 | 31 |
| Octal | 247 | 112 | 257 | 5 | 72 | 0 | 37 | 447 | 51 | 61 |
| Binary | 10100111 | 1001010 | 10101111 | 101 | 111010 | 0 | 11111 | 100100111 | 101001 | 110001 |
Color Harmonies of #A74AAF
Complementary color
Monochromatic Colors of #A74AAF
Black with #A74AAF
Text Example
Text Example
White with #A74AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AAF; }
p { color: rgb(167,74,175); }
H1.HeaderClassName
{
color: #A74AAF;
}
.AnyTagClassName
{
color: #A74AAF;
}
</style>
background-color css
<style>
a { background-color: #A74AAF; }
a { background-color: rgb(167,74,175); }
div.DivClassName
{
background-color: #A74AAF;
}
.BgClassName
{
background-color: #A74AAF;
}
</style>
border-color css
<style>
span { border-color: #A74AAF; }
span { border-color: rgb(167,74,175); }
td.TdClassName
{
border-color: #A74AAF;
}
.TagClassName
{
border-color: #A74AAF;
}
</style>