Shades of Violet Blue #A376A1
Tints of Violet Blue #A376A1
RGB
CMYK
RGB Variations
Color information
#A376A1 (or 0xA376A1) is known color: Violet Blue. HEX triplet: A3, 76 and A1. RGB value is (163,118,161). Sum of RGB (Red+Green+Blue) = 163+118+161=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A376A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376A1 is #5C895E. Grayscale: #888888. Windows color (decimal): -6064479 or 10581667. OLE color: 10581667.
HSL color Cylindrical-coordinate representation of color #A376A1: hue angle of 302.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A376A1 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 161 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.36 |
| HSL | 302.67º | 0.2% | 0.55% | - |
| HSV(B) | 302.67º | 0.28% | 0.64% | - |
| XYZ | 28.02 | 23.32 | 36.74 | - |
| YUV | 136.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 161 | 0 | 0.28 | 0.01 | 0.36 | 302.67 | 0.2 | 0.55 |
| Hex | A3 | 76 | A1 | 0 | 1C | 1 | 24 | 12F | 14 | 37 |
| Octal | 243 | 166 | 241 | 0 | 34 | 1 | 44 | 457 | 24 | 67 |
| Binary | 10100011 | 1110110 | 10100001 | 0 | 11100 | 1 | 100100 | 100101111 | 10100 | 110111 |
Color Harmonies of #A376A1
Complementary color
Monochromatic Colors of #A376A1
Black with #A376A1
Text Example
Text Example
White with #A376A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376A1; }
p { color: rgb(163,118,161); }
H1.HeaderClassName
{
color: #A376A1;
}
.AnyTagClassName
{
color: #A376A1;
}
</style>
background-color css
<style>
a { background-color: #A376A1; }
a { background-color: rgb(163,118,161); }
div.DivClassName
{
background-color: #A376A1;
}
.BgClassName
{
background-color: #A376A1;
}
</style>
border-color css
<style>
span { border-color: #A376A1; }
span { border-color: rgb(163,118,161); }
td.TdClassName
{
border-color: #A376A1;
}
.TagClassName
{
border-color: #A376A1;
}
</style>