Shades of Violet Blue #A14B8B
Tints of Violet Blue #A14B8B
RGB
CMYK
RGB Variations
Color information
#A14B8B (or 0xA14B8B) is known color: Violet Blue. HEX triplet: A1, 4B and 8B. RGB value is (161,75,139). Sum of RGB (Red+Green+Blue) = 161+75+139=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B8B is #5EB474. Grayscale: #6B6B6B. Windows color (decimal): -6206581 or 9128865. OLE color: 9128865.
HSL color Cylindrical-coordinate representation of color #A14B8B: hue angle of 315.35º 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 #A14B8B is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 139 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.37 |
| HSL | 315.35º | 0.36% | 0.46% | - |
| HSV(B) | 315.35º | 0.53% | 0.63% | - |
| XYZ | 21.87 | 14.47 | 26.07 | - |
| YUV | 108.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 139 | 0 | 0.53 | 0.14 | 0.37 | 315.35 | 0.36 | 0.46 |
| Hex | A1 | 4B | 8B | 0 | 35 | E | 25 | 13B | 24 | 2E |
| Octal | 241 | 113 | 213 | 0 | 65 | 16 | 45 | 473 | 44 | 56 |
| Binary | 10100001 | 1001011 | 10001011 | 0 | 110101 | 1110 | 100101 | 100111011 | 100100 | 101110 |
Color Harmonies of #A14B8B
Complementary color
Monochromatic Colors of #A14B8B
Black with #A14B8B
Text Example
Text Example
White with #A14B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B8B; }
p { color: rgb(161,75,139); }
H1.HeaderClassName
{
color: #A14B8B;
}
.AnyTagClassName
{
color: #A14B8B;
}
</style>
background-color css
<style>
a { background-color: #A14B8B; }
a { background-color: rgb(161,75,139); }
div.DivClassName
{
background-color: #A14B8B;
}
.BgClassName
{
background-color: #A14B8B;
}
</style>
border-color css
<style>
span { border-color: #A14B8B; }
span { border-color: rgb(161,75,139); }
td.TdClassName
{
border-color: #A14B8B;
}
.TagClassName
{
border-color: #A14B8B;
}
</style>