Shades of Violet Blue #A4419B
Tints of Violet Blue #A4419B
RGB
CMYK
RGB Variations
Color information
#A4419B (or 0xA4419B) is known color: Violet Blue. HEX triplet: A4, 41 and 9B. RGB value is (164,65,155). Sum of RGB (Red+Green+Blue) = 164+65+155=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4419B is #5BBE64. Grayscale: #686868. Windows color (decimal): -6012517 or 10174884. OLE color: 10174884.
HSL color Cylindrical-coordinate representation of color #A4419B: hue angle of 305.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4419B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 155 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.36 |
| HSL | 305.45º | 0.43% | 0.45% | - |
| HSV(B) | 305.45º | 0.6% | 0.64% | - |
| XYZ | 23.12 | 14.04 | 32.5 | - |
| YUV | 104.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 155 | 0 | 0.60 | 0.05 | 0.36 | 305.45 | 0.43 | 0.45 |
| Hex | A4 | 41 | 9B | 0 | 3C | 5 | 24 | 131 | 2B | 2D |
| Octal | 244 | 101 | 233 | 0 | 74 | 5 | 44 | 461 | 53 | 55 |
| Binary | 10100100 | 1000001 | 10011011 | 0 | 111100 | 101 | 100100 | 100110001 | 101011 | 101101 |
Color Harmonies of #A4419B
Complementary color
Monochromatic Colors of #A4419B
Black with #A4419B
Text Example
Text Example
White with #A4419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4419B; }
p { color: rgb(164,65,155); }
H1.HeaderClassName
{
color: #A4419B;
}
.AnyTagClassName
{
color: #A4419B;
}
</style>
background-color css
<style>
a { background-color: #A4419B; }
a { background-color: rgb(164,65,155); }
div.DivClassName
{
background-color: #A4419B;
}
.BgClassName
{
background-color: #A4419B;
}
</style>
border-color css
<style>
span { border-color: #A4419B; }
span { border-color: rgb(164,65,155); }
td.TdClassName
{
border-color: #A4419B;
}
.TagClassName
{
border-color: #A4419B;
}
</style>