Shades of Violet Blue #A376A7
Tints of Violet Blue #A376A7
RGB
CMYK
RGB Variations
Color information
#A376A7 (or 0xA376A7) is known color: Violet Blue. HEX triplet: A3, 76 and A7. RGB value is (163,118,167). Sum of RGB (Red+Green+Blue) = 163+118+167=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 167 - color contains mainly: blue. Hex color #A376A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376A7 is #5C8958. Grayscale: #888888. Windows color (decimal): -6064473 or 10974883. OLE color: 10974883.
HSL color Cylindrical-coordinate representation of color #A376A7: hue angle of 295.1º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A376A7 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 118 | 167 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.35 |
| HSL | 295.1º | 0.22% | 0.56% | - |
| HSV(B) | 295.1º | 0.29% | 0.65% | - |
| XYZ | 28.56 | 23.53 | 39.6 | - |
| YUV | 137.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 167 | 0.02 | 0.29 | 0 | 0.35 | 295.1 | 0.22 | 0.56 |
| Hex | A3 | 76 | A7 | 2 | 1D | 0 | 23 | 127 | 16 | 38 |
| Octal | 243 | 166 | 247 | 2 | 35 | 0 | 43 | 447 | 26 | 70 |
| Binary | 10100011 | 1110110 | 10100111 | 10 | 11101 | 0 | 100011 | 100100111 | 10110 | 111000 |
Color Harmonies of #A376A7
Complementary color
Monochromatic Colors of #A376A7
Black with #A376A7
Text Example
Text Example
White with #A376A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376A7; }
p { color: rgb(163,118,167); }
H1.HeaderClassName
{
color: #A376A7;
}
.AnyTagClassName
{
color: #A376A7;
}
</style>
background-color css
<style>
a { background-color: #A376A7; }
a { background-color: rgb(163,118,167); }
div.DivClassName
{
background-color: #A376A7;
}
.BgClassName
{
background-color: #A376A7;
}
</style>
border-color css
<style>
span { border-color: #A376A7; }
span { border-color: rgb(163,118,167); }
td.TdClassName
{
border-color: #A376A7;
}
.TagClassName
{
border-color: #A376A7;
}
</style>