Shades of Violet Blue #A14CAC
Tints of Violet Blue #A14CAC
RGB
CMYK
RGB Variations
Color information
#A14CAC (or 0xA14CAC) is known color: Violet Blue. HEX triplet: A1, 4C and AC. RGB value is (161,76,172). Sum of RGB (Red+Green+Blue) = 161+76+172=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #A14CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14CAC is #5EB353. Grayscale: #707070. Windows color (decimal): -6206292 or 11291809. OLE color: 11291809.
HSL color Cylindrical-coordinate representation of color #A14CAC: hue angle of 293.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14CAC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 76 | 172 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.33 |
| HSL | 293.13º | 0.39% | 0.49% | - |
| HSV(B) | 293.13º | 0.56% | 0.67% | - |
| XYZ | 24.73 | 15.72 | 40.76 | - |
| YUV | 112.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 172 | 0.06 | 0.56 | 0 | 0.33 | 293.13 | 0.39 | 0.49 |
| Hex | A1 | 4C | AC | 6 | 38 | 0 | 21 | 125 | 27 | 31 |
| Octal | 241 | 114 | 254 | 6 | 70 | 0 | 41 | 445 | 47 | 61 |
| Binary | 10100001 | 1001100 | 10101100 | 110 | 111000 | 0 | 100001 | 100100101 | 100111 | 110001 |
Color Harmonies of #A14CAC
Complementary color
Monochromatic Colors of #A14CAC
Black with #A14CAC
Text Example
Text Example
White with #A14CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CAC; }
p { color: rgb(161,76,172); }
H1.HeaderClassName
{
color: #A14CAC;
}
.AnyTagClassName
{
color: #A14CAC;
}
</style>
background-color css
<style>
a { background-color: #A14CAC; }
a { background-color: rgb(161,76,172); }
div.DivClassName
{
background-color: #A14CAC;
}
.BgClassName
{
background-color: #A14CAC;
}
</style>
border-color css
<style>
span { border-color: #A14CAC; }
span { border-color: rgb(161,76,172); }
td.TdClassName
{
border-color: #A14CAC;
}
.TagClassName
{
border-color: #A14CAC;
}
</style>