Shades of Violet Blue #A378A1
Tints of Violet Blue #A378A1
RGB
CMYK
RGB Variations
Color information
#A378A1 (or 0xA378A1) is known color: Violet Blue. HEX triplet: A3, 78 and A1. RGB value is (163,120,161). Sum of RGB (Red+Green+Blue) = 163+120+161=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A378A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A378A1 is #5C875E. Grayscale: #898989. Windows color (decimal): -6063967 or 10582179. OLE color: 10582179.
HSL color Cylindrical-coordinate representation of color #A378A1: hue angle of 302.79º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A378A1 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 161 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.36 |
| HSL | 302.79º | 0.19% | 0.55% | - |
| HSV(B) | 302.79º | 0.26% | 0.64% | - |
| XYZ | 28.25 | 23.79 | 36.82 | - |
| YUV | 137.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 161 | 0 | 0.26 | 0.01 | 0.36 | 302.79 | 0.19 | 0.55 |
| Hex | A3 | 78 | A1 | 0 | 1A | 1 | 24 | 12F | 13 | 37 |
| Octal | 243 | 170 | 241 | 0 | 32 | 1 | 44 | 457 | 23 | 67 |
| Binary | 10100011 | 1111000 | 10100001 | 0 | 11010 | 1 | 100100 | 100101111 | 10011 | 110111 |
Color Harmonies of #A378A1
Complementary color
Monochromatic Colors of #A378A1
Black with #A378A1
Text Example
Text Example
White with #A378A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378A1; }
p { color: rgb(163,120,161); }
H1.HeaderClassName
{
color: #A378A1;
}
.AnyTagClassName
{
color: #A378A1;
}
</style>
background-color css
<style>
a { background-color: #A378A1; }
a { background-color: rgb(163,120,161); }
div.DivClassName
{
background-color: #A378A1;
}
.BgClassName
{
background-color: #A378A1;
}
</style>
border-color css
<style>
span { border-color: #A378A1; }
span { border-color: rgb(163,120,161); }
td.TdClassName
{
border-color: #A378A1;
}
.TagClassName
{
border-color: #A378A1;
}
</style>