Shades of Violet Blue #A373A0
Tints of Violet Blue #A373A0
RGB
CMYK
RGB Variations
Color information
#A373A0 (or 0xA373A0) is known color: Violet Blue. HEX triplet: A3, 73 and A0. RGB value is (163,115,160). Sum of RGB (Red+Green+Blue) = 163+115+160=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A373A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A373A0 is #5C8C5F. Grayscale: #868686. Windows color (decimal): -6065248 or 10515363. OLE color: 10515363.
HSL color Cylindrical-coordinate representation of color #A373A0: hue angle of 303.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A373A0 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 160 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.36 |
| HSL | 303.75º | 0.21% | 0.55% | - |
| HSV(B) | 303.75º | 0.29% | 0.64% | - |
| XYZ | 27.58 | 22.59 | 36.16 | - |
| YUV | 134.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 160 | 0 | 0.29 | 0.02 | 0.36 | 303.75 | 0.21 | 0.55 |
| Hex | A3 | 73 | A0 | 0 | 1D | 2 | 24 | 130 | 15 | 37 |
| Octal | 243 | 163 | 240 | 0 | 35 | 2 | 44 | 460 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10100000 | 0 | 11101 | 10 | 100100 | 100110000 | 10101 | 110111 |
Color Harmonies of #A373A0
Complementary color
Monochromatic Colors of #A373A0
Black with #A373A0
Text Example
Text Example
White with #A373A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373A0; }
p { color: rgb(163,115,160); }
H1.HeaderClassName
{
color: #A373A0;
}
.AnyTagClassName
{
color: #A373A0;
}
</style>
background-color css
<style>
a { background-color: #A373A0; }
a { background-color: rgb(163,115,160); }
div.DivClassName
{
background-color: #A373A0;
}
.BgClassName
{
background-color: #A373A0;
}
</style>
border-color css
<style>
span { border-color: #A373A0; }
span { border-color: rgb(163,115,160); }
td.TdClassName
{
border-color: #A373A0;
}
.TagClassName
{
border-color: #A373A0;
}
</style>