Shades of Violet Blue #A337A0
Tints of Violet Blue #A337A0
RGB
CMYK
RGB Variations
Color information
#A337A0 (or 0xA337A0) is known color: Violet Blue. HEX triplet: A3, 37 and A0. RGB value is (163,55,160). Sum of RGB (Red+Green+Blue) = 163+55+160=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A337A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337A0 is #5CC85F. Grayscale: #626262. Windows color (decimal): -6080608 or 10500003. OLE color: 10500003.
HSL color Cylindrical-coordinate representation of color #A337A0: hue angle of 301.67º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A337A0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 160 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.36 |
| HSL | 301.67º | 0.5% | 0.43% | - |
| HSV(B) | 301.67º | 0.66% | 0.64% | - |
| XYZ | 22.82 | 13.06 | 34.58 | - |
| YUV | 99.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 160 | 0 | 0.66 | 0.02 | 0.36 | 301.67 | 0.5 | 0.43 |
| Hex | A3 | 37 | A0 | 0 | 42 | 2 | 24 | 12E | 32 | 2B |
| Octal | 243 | 67 | 240 | 0 | 102 | 2 | 44 | 456 | 62 | 53 |
| Binary | 10100011 | 110111 | 10100000 | 0 | 1000010 | 10 | 100100 | 100101110 | 110010 | 101011 |
Color Harmonies of #A337A0
Complementary color
Monochromatic Colors of #A337A0
Black with #A337A0
Text Example
Text Example
White with #A337A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337A0; }
p { color: rgb(163,55,160); }
H1.HeaderClassName
{
color: #A337A0;
}
.AnyTagClassName
{
color: #A337A0;
}
</style>
background-color css
<style>
a { background-color: #A337A0; }
a { background-color: rgb(163,55,160); }
div.DivClassName
{
background-color: #A337A0;
}
.BgClassName
{
background-color: #A337A0;
}
</style>
border-color css
<style>
span { border-color: #A337A0; }
span { border-color: rgb(163,55,160); }
td.TdClassName
{
border-color: #A337A0;
}
.TagClassName
{
border-color: #A337A0;
}
</style>