Shades of Violet Blue #A377A3
Tints of Violet Blue #A377A3
RGB
CMYK
RGB Variations
Color information
#A377A3 (or 0xA377A3) is known color: Violet Blue. HEX triplet: A3, 77 and A3. RGB value is (163,119,163). Sum of RGB (Red+Green+Blue) = 163+119+163=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A377A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377A3 is #5C885C. Grayscale: #898989. Windows color (decimal): -6064221 or 10712995. OLE color: 10712995.
HSL color Cylindrical-coordinate representation of color #A377A3: hue angle of 300º 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 #A377A3 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 163 | - |
| CMYK | 0 | 0.27 | 0 | 0.36 |
| HSL | 300º | 0.19% | 0.55% | - |
| HSV(B) | 300º | 0.27% | 0.64% | - |
| XYZ | 28.31 | 23.62 | 37.72 | - |
| YUV | 137.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 163 | 0 | 0.27 | 0 | 0.36 | 300 | 0.19 | 0.55 |
| Hex | A3 | 77 | A3 | 0 | 1B | 0 | 24 | 12C | 13 | 37 |
| Octal | 243 | 167 | 243 | 0 | 33 | 0 | 44 | 454 | 23 | 67 |
| Binary | 10100011 | 1110111 | 10100011 | 0 | 11011 | 0 | 100100 | 100101100 | 10011 | 110111 |
Color Harmonies of #A377A3
Complementary color
Monochromatic Colors of #A377A3
Black with #A377A3
Text Example
Text Example
White with #A377A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377A3; }
p { color: rgb(163,119,163); }
H1.HeaderClassName
{
color: #A377A3;
}
.AnyTagClassName
{
color: #A377A3;
}
</style>
background-color css
<style>
a { background-color: #A377A3; }
a { background-color: rgb(163,119,163); }
div.DivClassName
{
background-color: #A377A3;
}
.BgClassName
{
background-color: #A377A3;
}
</style>
border-color css
<style>
span { border-color: #A377A3; }
span { border-color: rgb(163,119,163); }
td.TdClassName
{
border-color: #A377A3;
}
.TagClassName
{
border-color: #A377A3;
}
</style>