Shades of Violet Blue #A14B9C
Tints of Violet Blue #A14B9C
RGB
CMYK
RGB Variations
Color information
#A14B9C (or 0xA14B9C) is known color: Violet Blue. HEX triplet: A1, 4B and 9C. RGB value is (161,75,156). Sum of RGB (Red+Green+Blue) = 161+75+156=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B9C is #5EB463. Grayscale: #6D6D6D. Windows color (decimal): -6206564 or 10242977. OLE color: 10242977.
HSL color Cylindrical-coordinate representation of color #A14B9C: hue angle of 303.49º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14B9C is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 156 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.37 |
| HSL | 303.49º | 0.36% | 0.46% | - |
| HSV(B) | 303.49º | 0.53% | 0.63% | - |
| XYZ | 23.21 | 15.01 | 33.13 | - |
| YUV | 109.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 156 | 0 | 0.53 | 0.03 | 0.37 | 303.49 | 0.36 | 0.46 |
| Hex | A1 | 4B | 9C | 0 | 35 | 3 | 25 | 12F | 24 | 2E |
| Octal | 241 | 113 | 234 | 0 | 65 | 3 | 45 | 457 | 44 | 56 |
| Binary | 10100001 | 1001011 | 10011100 | 0 | 110101 | 11 | 100101 | 100101111 | 100100 | 101110 |
Color Harmonies of #A14B9C
Complementary color
Monochromatic Colors of #A14B9C
Black with #A14B9C
Text Example
Text Example
White with #A14B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B9C; }
p { color: rgb(161,75,156); }
H1.HeaderClassName
{
color: #A14B9C;
}
.AnyTagClassName
{
color: #A14B9C;
}
</style>
background-color css
<style>
a { background-color: #A14B9C; }
a { background-color: rgb(161,75,156); }
div.DivClassName
{
background-color: #A14B9C;
}
.BgClassName
{
background-color: #A14B9C;
}
</style>
border-color css
<style>
span { border-color: #A14B9C; }
span { border-color: rgb(161,75,156); }
td.TdClassName
{
border-color: #A14B9C;
}
.TagClassName
{
border-color: #A14B9C;
}
</style>