Shades of Violet Blue #A13CA3
Tints of Violet Blue #A13CA3
RGB
CMYK
RGB Variations
Color information
#A13CA3 (or 0xA13CA3) is known color: Violet Blue. HEX triplet: A1, 3C and A3. RGB value is (161,60,163). Sum of RGB (Red+Green+Blue) = 161+60+163=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #A13CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13CA3 is #5EC35C. Grayscale: #656565. Windows color (decimal): -6210397 or 10697889. OLE color: 10697889.
HSL color Cylindrical-coordinate representation of color #A13CA3: hue angle of 298.83º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13CA3 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 60 | 163 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.36 |
| HSL | 298.84º | 0.46% | 0.44% | - |
| HSV(B) | 298.84º | 0.63% | 0.64% | - |
| XYZ | 22.92 | 13.45 | 36.04 | - |
| YUV | 101.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 163 | 0.01 | 0.63 | 0 | 0.36 | 298.84 | 0.46 | 0.44 |
| Hex | A1 | 3C | A3 | 1 | 3F | 0 | 24 | 12B | 2E | 2C |
| Octal | 241 | 74 | 243 | 1 | 77 | 0 | 44 | 453 | 56 | 54 |
| Binary | 10100001 | 111100 | 10100011 | 1 | 111111 | 0 | 100100 | 100101011 | 101110 | 101100 |
Color Harmonies of #A13CA3
Complementary color
Monochromatic Colors of #A13CA3
Black with #A13CA3
Text Example
Text Example
White with #A13CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CA3; }
p { color: rgb(161,60,163); }
H1.HeaderClassName
{
color: #A13CA3;
}
.AnyTagClassName
{
color: #A13CA3;
}
</style>
background-color css
<style>
a { background-color: #A13CA3; }
a { background-color: rgb(161,60,163); }
div.DivClassName
{
background-color: #A13CA3;
}
.BgClassName
{
background-color: #A13CA3;
}
</style>
border-color css
<style>
span { border-color: #A13CA3; }
span { border-color: rgb(161,60,163); }
td.TdClassName
{
border-color: #A13CA3;
}
.TagClassName
{
border-color: #A13CA3;
}
</style>