Shades of Violet Blue #A039A0
Tints of Violet Blue #A039A0
RGB
CMYK
RGB Variations
Color information
#A039A0 (or 0xA039A0) is known color: Violet Blue. HEX triplet: A0, 39 and A0. RGB value is (160,57,160). Sum of RGB (Red+Green+Blue) = 160+57+160=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A039A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039A0 is #5FC65F. Grayscale: #636363. Windows color (decimal): -6276704 or 10500512. OLE color: 10500512.
HSL color Cylindrical-coordinate representation of color #A039A0: hue angle of 300º 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 #A039A0 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 57 | 160 | - |
CMYK | 0 | 0.64 | 0 | 0.37 |
HSL | 300º | 0.47% | 0.43% | - |
HSV(B) | 300º | 0.64% | 0.63% | - |
XYZ | 22.31 | 12.94 | 34.58 | - |
YUV | 99.54 | 162.12 | 171.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 57 | 160 | 0 | 0.64 | 0 | 0.37 | 300 | 0.47 | 0.43 |
Hex | A0 | 39 | A0 | 0 | 40 | 0 | 25 | 12C | 2F | 2B |
Octal | 240 | 71 | 240 | 0 | 100 | 0 | 45 | 454 | 57 | 53 |
Binary | 10100000 | 111001 | 10100000 | 0 | 1000000 | 0 | 100101 | 100101100 | 101111 | 101011 |
Color Harmonies of #A039A0
Complementary color
Monochromatic Colors of #A039A0
Black with #A039A0
Text Example
Text Example
White with #A039A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039A0; }
p { color: rgb(160,57,160); }
H1.HeaderClassName
{
color: #A039A0;
}
.AnyTagClassName
{
color: #A039A0;
}
</style>
background-color css
<style>
a { background-color: #A039A0; }
a { background-color: rgb(160,57,160); }
div.DivClassName
{
background-color: #A039A0;
}
.BgClassName
{
background-color: #A039A0;
}
</style>
border-color css
<style>
span { border-color: #A039A0; }
span { border-color: rgb(160,57,160); }
td.TdClassName
{
border-color: #A039A0;
}
.TagClassName
{
border-color: #A039A0;
}
</style>