Shades of Violet Blue #A14CA5
Tints of Violet Blue #A14CA5
RGB
CMYK
RGB Variations
Color information
#A14CA5 (or 0xA14CA5) is known color: Violet Blue. HEX triplet: A1, 4C and A5. RGB value is (161,76,165). Sum of RGB (Red+Green+Blue) = 161+76+165=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #A14CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14CA5 is #5EB35A. Grayscale: #6F6F6F. Windows color (decimal): -6206299 or 10833057. OLE color: 10833057.
HSL color Cylindrical-coordinate representation of color #A14CA5: hue angle of 297.3º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14CA5 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 76 | 165 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.35 |
| HSL | 297.3º | 0.37% | 0.47% | - |
| HSV(B) | 297.3º | 0.54% | 0.65% | - |
| XYZ | 24.07 | 15.46 | 37.31 | - |
| YUV | 111.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 165 | 0.02 | 0.54 | 0 | 0.35 | 297.3 | 0.37 | 0.47 |
| Hex | A1 | 4C | A5 | 2 | 36 | 0 | 23 | 129 | 25 | 2F |
| Octal | 241 | 114 | 245 | 2 | 66 | 0 | 43 | 451 | 45 | 57 |
| Binary | 10100001 | 1001100 | 10100101 | 10 | 110110 | 0 | 100011 | 100101001 | 100101 | 101111 |
Color Harmonies of #A14CA5
Complementary color
Monochromatic Colors of #A14CA5
Black with #A14CA5
Text Example
Text Example
White with #A14CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CA5; }
p { color: rgb(161,76,165); }
H1.HeaderClassName
{
color: #A14CA5;
}
.AnyTagClassName
{
color: #A14CA5;
}
</style>
background-color css
<style>
a { background-color: #A14CA5; }
a { background-color: rgb(161,76,165); }
div.DivClassName
{
background-color: #A14CA5;
}
.BgClassName
{
background-color: #A14CA5;
}
</style>
border-color css
<style>
span { border-color: #A14CA5; }
span { border-color: rgb(161,76,165); }
td.TdClassName
{
border-color: #A14CA5;
}
.TagClassName
{
border-color: #A14CA5;
}
</style>