Shades of Violet Blue #A377A1
Tints of Violet Blue #A377A1
RGB
CMYK
RGB Variations
Color information
#A377A1 (or 0xA377A1) is known color: Violet Blue. HEX triplet: A3, 77 and A1. RGB value is (163,119,161). Sum of RGB (Red+Green+Blue) = 163+119+161=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A377A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377A1 is #5C885E. Grayscale: #888888. Windows color (decimal): -6064223 or 10581923. OLE color: 10581923.
HSL color Cylindrical-coordinate representation of color #A377A1: hue angle of 302.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A377A1 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 161 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.36 |
| HSL | 302.73º | 0.19% | 0.55% | - |
| HSV(B) | 302.73º | 0.27% | 0.64% | - |
| XYZ | 28.13 | 23.55 | 36.78 | - |
| YUV | 136.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 161 | 0 | 0.27 | 0.01 | 0.36 | 302.73 | 0.19 | 0.55 |
| Hex | A3 | 77 | A1 | 0 | 1B | 1 | 24 | 12F | 13 | 37 |
| Octal | 243 | 167 | 241 | 0 | 33 | 1 | 44 | 457 | 23 | 67 |
| Binary | 10100011 | 1110111 | 10100001 | 0 | 11011 | 1 | 100100 | 100101111 | 10011 | 110111 |
Color Harmonies of #A377A1
Complementary color
Monochromatic Colors of #A377A1
Black with #A377A1
Text Example
Text Example
White with #A377A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377A1; }
p { color: rgb(163,119,161); }
H1.HeaderClassName
{
color: #A377A1;
}
.AnyTagClassName
{
color: #A377A1;
}
</style>
background-color css
<style>
a { background-color: #A377A1; }
a { background-color: rgb(163,119,161); }
div.DivClassName
{
background-color: #A377A1;
}
.BgClassName
{
background-color: #A377A1;
}
</style>
border-color css
<style>
span { border-color: #A377A1; }
span { border-color: rgb(163,119,161); }
td.TdClassName
{
border-color: #A377A1;
}
.TagClassName
{
border-color: #A377A1;
}
</style>