Shades of Violet Blue #A441A2
Tints of Violet Blue #A441A2
RGB
CMYK
RGB Variations
Color information
#A441A2 (or 0xA441A2) is known color: Violet Blue. HEX triplet: A4, 41 and A2. RGB value is (164,65,162). Sum of RGB (Red+Green+Blue) = 164+65+162=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A441A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441A2 is #5BBE5D. Grayscale: #696969. Windows color (decimal): -6012510 or 10633636. OLE color: 10633636.
HSL color Cylindrical-coordinate representation of color #A441A2: hue angle of 301.21º 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 #A441A2 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 162 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.36 |
| HSL | 301.21º | 0.43% | 0.45% | - |
| HSV(B) | 301.21º | 0.6% | 0.64% | - |
| XYZ | 23.72 | 14.28 | 35.69 | - |
| YUV | 105.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 162 | 0 | 0.60 | 0.01 | 0.36 | 301.21 | 0.43 | 0.45 |
| Hex | A4 | 41 | A2 | 0 | 3C | 1 | 24 | 12D | 2B | 2D |
| Octal | 244 | 101 | 242 | 0 | 74 | 1 | 44 | 455 | 53 | 55 |
| Binary | 10100100 | 1000001 | 10100010 | 0 | 111100 | 1 | 100100 | 100101101 | 101011 | 101101 |
Color Harmonies of #A441A2
Complementary color
Monochromatic Colors of #A441A2
Black with #A441A2
Text Example
Text Example
White with #A441A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441A2; }
p { color: rgb(164,65,162); }
H1.HeaderClassName
{
color: #A441A2;
}
.AnyTagClassName
{
color: #A441A2;
}
</style>
background-color css
<style>
a { background-color: #A441A2; }
a { background-color: rgb(164,65,162); }
div.DivClassName
{
background-color: #A441A2;
}
.BgClassName
{
background-color: #A441A2;
}
</style>
border-color css
<style>
span { border-color: #A441A2; }
span { border-color: rgb(164,65,162); }
td.TdClassName
{
border-color: #A441A2;
}
.TagClassName
{
border-color: #A441A2;
}
</style>