Shades of Violet Blue #A0639D
Tints of Violet Blue #A0639D
RGB
CMYK
RGB Variations
Color information
#A0639D (or 0xA0639D) is known color: Violet Blue. HEX triplet: A0, 63 and 9D. RGB value is (160,99,157). Sum of RGB (Red+Green+Blue) = 160+99+157=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0639D is #5F9C62. Grayscale: #7B7B7B. Windows color (decimal): -6265955 or 10314656. OLE color: 10314656.
HSL color Cylindrical-coordinate representation of color #A0639D: hue angle of 302.95º 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 #A0639D is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 157 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.37 |
| HSL | 302.95º | 0.24% | 0.51% | - |
| HSV(B) | 302.95º | 0.38% | 0.63% | - |
| XYZ | 25.04 | 18.83 | 34.21 | - |
| YUV | 123.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 157 | 0 | 0.38 | 0.02 | 0.37 | 302.95 | 0.24 | 0.51 |
| Hex | A0 | 63 | 9D | 0 | 26 | 2 | 25 | 12F | 18 | 33 |
| Octal | 240 | 143 | 235 | 0 | 46 | 2 | 45 | 457 | 30 | 63 |
| Binary | 10100000 | 1100011 | 10011101 | 0 | 100110 | 10 | 100101 | 100101111 | 11000 | 110011 |
Color Harmonies of #A0639D
Complementary color
Monochromatic Colors of #A0639D
Black with #A0639D
Text Example
Text Example
White with #A0639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0639D; }
p { color: rgb(160,99,157); }
H1.HeaderClassName
{
color: #A0639D;
}
.AnyTagClassName
{
color: #A0639D;
}
</style>
background-color css
<style>
a { background-color: #A0639D; }
a { background-color: rgb(160,99,157); }
div.DivClassName
{
background-color: #A0639D;
}
.BgClassName
{
background-color: #A0639D;
}
</style>
border-color css
<style>
span { border-color: #A0639D; }
span { border-color: rgb(160,99,157); }
td.TdClassName
{
border-color: #A0639D;
}
.TagClassName
{
border-color: #A0639D;
}
</style>