Shades of Violet Blue #A436A1
Tints of Violet Blue #A436A1
RGB
CMYK
RGB Variations
Color information
#A436A1 (or 0xA436A1) is known color: Violet Blue. HEX triplet: A4, 36 and A1. RGB value is (164,54,161). Sum of RGB (Red+Green+Blue) = 164+54+161=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A436A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A436A1 is #5BC95E. Grayscale: #626262. Windows color (decimal): -6015327 or 10565284. OLE color: 10565284.
HSL color Cylindrical-coordinate representation of color #A436A1: hue angle of 301.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A436A1 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 161 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.36 |
| HSL | 301.64º | 0.5% | 0.43% | - |
| HSV(B) | 301.64º | 0.67% | 0.64% | - |
| XYZ | 23.06 | 13.1 | 35.03 | - |
| YUV | 99.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 161 | 0 | 0.67 | 0.02 | 0.36 | 301.64 | 0.5 | 0.43 |
| Hex | A4 | 36 | A1 | 0 | 43 | 2 | 24 | 12E | 32 | 2B |
| Octal | 244 | 66 | 241 | 0 | 103 | 2 | 44 | 456 | 62 | 53 |
| Binary | 10100100 | 110110 | 10100001 | 0 | 1000011 | 10 | 100100 | 100101110 | 110010 | 101011 |
Color Harmonies of #A436A1
Complementary color
Monochromatic Colors of #A436A1
Black with #A436A1
Text Example
Text Example
White with #A436A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436A1; }
p { color: rgb(164,54,161); }
H1.HeaderClassName
{
color: #A436A1;
}
.AnyTagClassName
{
color: #A436A1;
}
</style>
background-color css
<style>
a { background-color: #A436A1; }
a { background-color: rgb(164,54,161); }
div.DivClassName
{
background-color: #A436A1;
}
.BgClassName
{
background-color: #A436A1;
}
</style>
border-color css
<style>
span { border-color: #A436A1; }
span { border-color: rgb(164,54,161); }
td.TdClassName
{
border-color: #A436A1;
}
.TagClassName
{
border-color: #A436A1;
}
</style>