Shades of Violet Blue #A0399A
Tints of Violet Blue #A0399A
RGB
CMYK
RGB Variations
Color information
#A0399A (or 0xA0399A) is known color: Violet Blue. HEX triplet: A0, 39 and 9A. RGB value is (160,57,154). Sum of RGB (Red+Green+Blue) = 160+57+154=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0399A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0399A is #5FC665. Grayscale: #626262. Windows color (decimal): -6276710 or 10107296. OLE color: 10107296.
HSL color Cylindrical-coordinate representation of color #A0399A: hue angle of 303.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0399A is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 154 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.37 |
| HSL | 303.5º | 0.47% | 0.43% | - |
| HSV(B) | 303.5º | 0.64% | 0.63% | - |
| XYZ | 21.79 | 12.73 | 31.88 | - |
| YUV | 98.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 154 | 0 | 0.64 | 0.04 | 0.37 | 303.5 | 0.47 | 0.43 |
| Hex | A0 | 39 | 9A | 0 | 40 | 4 | 25 | 12F | 2F | 2B |
| Octal | 240 | 71 | 232 | 0 | 100 | 4 | 45 | 457 | 57 | 53 |
| Binary | 10100000 | 111001 | 10011010 | 0 | 1000000 | 100 | 100101 | 100101111 | 101111 | 101011 |
Color Harmonies of #A0399A
Complementary color
Monochromatic Colors of #A0399A
Black with #A0399A
Text Example
Text Example
White with #A0399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0399A; }
p { color: rgb(160,57,154); }
H1.HeaderClassName
{
color: #A0399A;
}
.AnyTagClassName
{
color: #A0399A;
}
</style>
background-color css
<style>
a { background-color: #A0399A; }
a { background-color: rgb(160,57,154); }
div.DivClassName
{
background-color: #A0399A;
}
.BgClassName
{
background-color: #A0399A;
}
</style>
border-color css
<style>
span { border-color: #A0399A; }
span { border-color: rgb(160,57,154); }
td.TdClassName
{
border-color: #A0399A;
}
.TagClassName
{
border-color: #A0399A;
}
</style>