Shades of Violet Blue #A0639B
Tints of Violet Blue #A0639B
RGB
CMYK
RGB Variations
Color information
#A0639B (or 0xA0639B) is known color: Violet Blue. HEX triplet: A0, 63 and 9B. RGB value is (160,99,155). Sum of RGB (Red+Green+Blue) = 160+99+155=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0639B is #5F9C64. Grayscale: #7B7B7B. Windows color (decimal): -6265957 or 10183584. OLE color: 10183584.
HSL color Cylindrical-coordinate representation of color #A0639B: hue angle of 304.92º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0639B is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 155 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.37 |
| HSL | 304.92º | 0.24% | 0.51% | - |
| HSV(B) | 304.92º | 0.38% | 0.63% | - |
| XYZ | 24.88 | 18.76 | 33.32 | - |
| YUV | 123.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 155 | 0 | 0.38 | 0.03 | 0.37 | 304.92 | 0.24 | 0.51 |
| Hex | A0 | 63 | 9B | 0 | 26 | 3 | 25 | 131 | 18 | 33 |
| Octal | 240 | 143 | 233 | 0 | 46 | 3 | 45 | 461 | 30 | 63 |
| Binary | 10100000 | 1100011 | 10011011 | 0 | 100110 | 11 | 100101 | 100110001 | 11000 | 110011 |
Color Harmonies of #A0639B
Complementary color
Monochromatic Colors of #A0639B
Black with #A0639B
Text Example
Text Example
White with #A0639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0639B; }
p { color: rgb(160,99,155); }
H1.HeaderClassName
{
color: #A0639B;
}
.AnyTagClassName
{
color: #A0639B;
}
</style>
background-color css
<style>
a { background-color: #A0639B; }
a { background-color: rgb(160,99,155); }
div.DivClassName
{
background-color: #A0639B;
}
.BgClassName
{
background-color: #A0639B;
}
</style>
border-color css
<style>
span { border-color: #A0639B; }
span { border-color: rgb(160,99,155); }
td.TdClassName
{
border-color: #A0639B;
}
.TagClassName
{
border-color: #A0639B;
}
</style>