Shades of Violet Blue #A13BA4
Tints of Violet Blue #A13BA4
RGB
CMYK
RGB Variations
Color information
#A13BA4 (or 0xA13BA4) is known color: Violet Blue. HEX triplet: A1, 3B and A4. RGB value is (161,59,164). Sum of RGB (Red+Green+Blue) = 161+59+164=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #A13BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BA4 is #5EC45B. Grayscale: #656565. Windows color (decimal): -6210652 or 10763169. OLE color: 10763169.
HSL color Cylindrical-coordinate representation of color #A13BA4: hue angle of 298.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13BA4 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 59 | 164 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.36 |
| HSL | 298.29º | 0.47% | 0.44% | - |
| HSV(B) | 298.29º | 0.64% | 0.64% | - |
| XYZ | 22.96 | 13.39 | 36.5 | - |
| YUV | 101.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 164 | 0.02 | 0.64 | 0 | 0.36 | 298.29 | 0.47 | 0.44 |
| Hex | A1 | 3B | A4 | 2 | 40 | 0 | 24 | 12A | 2F | 2C |
| Octal | 241 | 73 | 244 | 2 | 100 | 0 | 44 | 452 | 57 | 54 |
| Binary | 10100001 | 111011 | 10100100 | 10 | 1000000 | 0 | 100100 | 100101010 | 101111 | 101100 |
Color Harmonies of #A13BA4
Complementary color
Monochromatic Colors of #A13BA4
Black with #A13BA4
Text Example
Text Example
White with #A13BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13BA4; }
p { color: rgb(161,59,164); }
H1.HeaderClassName
{
color: #A13BA4;
}
.AnyTagClassName
{
color: #A13BA4;
}
</style>
background-color css
<style>
a { background-color: #A13BA4; }
a { background-color: rgb(161,59,164); }
div.DivClassName
{
background-color: #A13BA4;
}
.BgClassName
{
background-color: #A13BA4;
}
</style>
border-color css
<style>
span { border-color: #A13BA4; }
span { border-color: rgb(161,59,164); }
td.TdClassName
{
border-color: #A13BA4;
}
.TagClassName
{
border-color: #A13BA4;
}
</style>