Shades of Violet Blue #A436A9
Tints of Violet Blue #A436A9
RGB
CMYK
RGB Variations
Color information
#A436A9 (or 0xA436A9) is known color: Violet Blue. HEX triplet: A4, 36 and A9. RGB value is (164,54,169). Sum of RGB (Red+Green+Blue) = 164+54+169=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #A436A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A436A9 is #5BC956. Grayscale: #636363. Windows color (decimal): -6015319 or 11089572. OLE color: 11089572.
HSL color Cylindrical-coordinate representation of color #A436A9: hue angle of 297.39º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A436A9 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 54 | 169 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.34 |
| HSL | 297.39º | 0.52% | 0.44% | - |
| HSV(B) | 297.39º | 0.68% | 0.66% | - |
| XYZ | 23.79 | 13.4 | 38.87 | - |
| YUV | 100 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 169 | 0.03 | 0.68 | 0 | 0.34 | 297.39 | 0.52 | 0.44 |
| Hex | A4 | 36 | A9 | 3 | 44 | 0 | 22 | 129 | 34 | 2C |
| Octal | 244 | 66 | 251 | 3 | 104 | 0 | 42 | 451 | 64 | 54 |
| Binary | 10100100 | 110110 | 10101001 | 11 | 1000100 | 0 | 100010 | 100101001 | 110100 | 101100 |
Color Harmonies of #A436A9
Complementary color
Monochromatic Colors of #A436A9
Black with #A436A9
Text Example
Text Example
White with #A436A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436A9; }
p { color: rgb(164,54,169); }
H1.HeaderClassName
{
color: #A436A9;
}
.AnyTagClassName
{
color: #A436A9;
}
</style>
background-color css
<style>
a { background-color: #A436A9; }
a { background-color: rgb(164,54,169); }
div.DivClassName
{
background-color: #A436A9;
}
.BgClassName
{
background-color: #A436A9;
}
</style>
border-color css
<style>
span { border-color: #A436A9; }
span { border-color: rgb(164,54,169); }
td.TdClassName
{
border-color: #A436A9;
}
.TagClassName
{
border-color: #A436A9;
}
</style>