Shades of Violet Blue #A174A8
Tints of Violet Blue #A174A8
RGB
CMYK
RGB Variations
Color information
#A174A8 (or 0xA174A8) is known color: Violet Blue. HEX triplet: A1, 74 and A8. RGB value is (161,116,168). Sum of RGB (Red+Green+Blue) = 161+116+168=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 168 - color contains mainly: blue. Hex color #A174A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A174A8 is #5E8B57. Grayscale: #878787. Windows color (decimal): -6196056 or 11039905. OLE color: 11039905.
HSL color Cylindrical-coordinate representation of color #A174A8: hue angle of 291.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A174A8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 116 | 168 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.34 |
| HSL | 291.92º | 0.23% | 0.56% | - |
| HSV(B) | 291.92º | 0.31% | 0.66% | - |
| XYZ | 28.01 | 22.9 | 39.99 | - |
| YUV | 135.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 168 | 0.04 | 0.31 | 0 | 0.34 | 291.92 | 0.23 | 0.56 |
| Hex | A1 | 74 | A8 | 4 | 1F | 0 | 22 | 124 | 17 | 38 |
| Octal | 241 | 164 | 250 | 4 | 37 | 0 | 42 | 444 | 27 | 70 |
| Binary | 10100001 | 1110100 | 10101000 | 100 | 11111 | 0 | 100010 | 100100100 | 10111 | 111000 |
Color Harmonies of #A174A8
Complementary color
Monochromatic Colors of #A174A8
Black with #A174A8
Text Example
Text Example
White with #A174A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174A8; }
p { color: rgb(161,116,168); }
H1.HeaderClassName
{
color: #A174A8;
}
.AnyTagClassName
{
color: #A174A8;
}
</style>
background-color css
<style>
a { background-color: #A174A8; }
a { background-color: rgb(161,116,168); }
div.DivClassName
{
background-color: #A174A8;
}
.BgClassName
{
background-color: #A174A8;
}
</style>
border-color css
<style>
span { border-color: #A174A8; }
span { border-color: rgb(161,116,168); }
td.TdClassName
{
border-color: #A174A8;
}
.TagClassName
{
border-color: #A174A8;
}
</style>