Shades of Violet Blue #A4639B
Tints of Violet Blue #A4639B
RGB
CMYK
RGB Variations
Color information
#A4639B (or 0xA4639B) is known color: Violet Blue. HEX triplet: A4, 63 and 9B. RGB value is (164,99,155). Sum of RGB (Red+Green+Blue) = 164+99+155=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4639B is #5B9C64. Grayscale: #7C7C7C. Windows color (decimal): -6003813 or 10183588. OLE color: 10183588.
HSL color Cylindrical-coordinate representation of color #A4639B: hue angle of 308.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4639B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 155 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.36 |
| HSL | 308.31º | 0.26% | 0.52% | - |
| HSV(B) | 308.31º | 0.4% | 0.64% | - |
| XYZ | 25.69 | 19.18 | 33.36 | - |
| YUV | 124.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 155 | 0 | 0.40 | 0.05 | 0.36 | 308.31 | 0.26 | 0.52 |
| Hex | A4 | 63 | 9B | 0 | 28 | 5 | 24 | 134 | 1A | 34 |
| Octal | 244 | 143 | 233 | 0 | 50 | 5 | 44 | 464 | 32 | 64 |
| Binary | 10100100 | 1100011 | 10011011 | 0 | 101000 | 101 | 100100 | 100110100 | 11010 | 110100 |
Color Harmonies of #A4639B
Complementary color
Monochromatic Colors of #A4639B
Black with #A4639B
Text Example
Text Example
White with #A4639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4639B; }
p { color: rgb(164,99,155); }
H1.HeaderClassName
{
color: #A4639B;
}
.AnyTagClassName
{
color: #A4639B;
}
</style>
background-color css
<style>
a { background-color: #A4639B; }
a { background-color: rgb(164,99,155); }
div.DivClassName
{
background-color: #A4639B;
}
.BgClassName
{
background-color: #A4639B;
}
</style>
border-color css
<style>
span { border-color: #A4639B; }
span { border-color: rgb(164,99,155); }
td.TdClassName
{
border-color: #A4639B;
}
.TagClassName
{
border-color: #A4639B;
}
</style>