Shades of Violet Blue #A4649F
Tints of Violet Blue #A4649F
RGB
CMYK
RGB Variations
Color information
#A4649F (or 0xA4649F) is known color: Violet Blue. HEX triplet: A4, 64 and 9F. RGB value is (164,100,159). Sum of RGB (Red+Green+Blue) = 164+100+159=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4649F is #5B9B60. Grayscale: #7D7D7D. Windows color (decimal): -6003553 or 10445988. OLE color: 10445988.
HSL color Cylindrical-coordinate representation of color #A4649F: hue angle of 304.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4649F is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 159 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.36 |
| HSL | 304.69º | 0.26% | 0.52% | - |
| HSV(B) | 304.69º | 0.39% | 0.64% | - |
| XYZ | 26.13 | 19.51 | 35.19 | - |
| YUV | 125.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 159 | 0 | 0.39 | 0.03 | 0.36 | 304.69 | 0.26 | 0.52 |
| Hex | A4 | 64 | 9F | 0 | 27 | 3 | 24 | 131 | 1A | 34 |
| Octal | 244 | 144 | 237 | 0 | 47 | 3 | 44 | 461 | 32 | 64 |
| Binary | 10100100 | 1100100 | 10011111 | 0 | 100111 | 11 | 100100 | 100110001 | 11010 | 110100 |
Color Harmonies of #A4649F
Complementary color
Monochromatic Colors of #A4649F
Black with #A4649F
Text Example
Text Example
White with #A4649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4649F; }
p { color: rgb(164,100,159); }
H1.HeaderClassName
{
color: #A4649F;
}
.AnyTagClassName
{
color: #A4649F;
}
</style>
background-color css
<style>
a { background-color: #A4649F; }
a { background-color: rgb(164,100,159); }
div.DivClassName
{
background-color: #A4649F;
}
.BgClassName
{
background-color: #A4649F;
}
</style>
border-color css
<style>
span { border-color: #A4649F; }
span { border-color: rgb(164,100,159); }
td.TdClassName
{
border-color: #A4649F;
}
.TagClassName
{
border-color: #A4649F;
}
</style>