Shades of Violet Blue #A4649A
Tints of Violet Blue #A4649A
RGB
CMYK
RGB Variations
Color information
#A4649A (or 0xA4649A) is known color: Violet Blue. HEX triplet: A4, 64 and 9A. RGB value is (164,100,154). Sum of RGB (Red+Green+Blue) = 164+100+154=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4649A is #5B9B65. Grayscale: #7D7D7D. Windows color (decimal): -6003558 or 10118308. OLE color: 10118308.
HSL color Cylindrical-coordinate representation of color #A4649A: hue angle of 309.38º 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 #A4649A is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 154 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.36 |
| HSL | 309.38º | 0.26% | 0.52% | - |
| HSV(B) | 309.38º | 0.39% | 0.64% | - |
| XYZ | 25.7 | 19.34 | 32.95 | - |
| YUV | 125.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 154 | 0 | 0.39 | 0.06 | 0.36 | 309.38 | 0.26 | 0.52 |
| Hex | A4 | 64 | 9A | 0 | 27 | 6 | 24 | 135 | 1A | 34 |
| Octal | 244 | 144 | 232 | 0 | 47 | 6 | 44 | 465 | 32 | 64 |
| Binary | 10100100 | 1100100 | 10011010 | 0 | 100111 | 110 | 100100 | 100110101 | 11010 | 110100 |
Color Harmonies of #A4649A
Complementary color
Monochromatic Colors of #A4649A
Black with #A4649A
Text Example
Text Example
White with #A4649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4649A; }
p { color: rgb(164,100,154); }
H1.HeaderClassName
{
color: #A4649A;
}
.AnyTagClassName
{
color: #A4649A;
}
</style>
background-color css
<style>
a { background-color: #A4649A; }
a { background-color: rgb(164,100,154); }
div.DivClassName
{
background-color: #A4649A;
}
.BgClassName
{
background-color: #A4649A;
}
</style>
border-color css
<style>
span { border-color: #A4649A; }
span { border-color: rgb(164,100,154); }
td.TdClassName
{
border-color: #A4649A;
}
.TagClassName
{
border-color: #A4649A;
}
</style>