Shades of Violet Blue #A0508B
Tints of Violet Blue #A0508B
RGB
CMYK
RGB Variations
Color information
#A0508B (or 0xA0508B) is known color: Violet Blue. HEX triplet: A0, 50 and 8B. RGB value is (160,80,139). Sum of RGB (Red+Green+Blue) = 160+80+139=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0508B is #5FAF74. Grayscale: #6E6E6E. Windows color (decimal): -6270837 or 9130144. OLE color: 9130144.
HSL color Cylindrical-coordinate representation of color #A0508B: hue angle of 315.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0508B is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 139 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.37 |
| HSL | 315.75º | 0.33% | 0.47% | - |
| HSV(B) | 315.75º | 0.5% | 0.63% | - |
| XYZ | 22.03 | 15.07 | 26.17 | - |
| YUV | 110.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 139 | 0 | 0.5 | 0.13 | 0.37 | 315.75 | 0.33 | 0.47 |
| Hex | A0 | 50 | 8B | 0 | 32 | D | 25 | 13C | 21 | 2F |
| Octal | 240 | 120 | 213 | 0 | 62 | 15 | 45 | 474 | 41 | 57 |
| Binary | 10100000 | 1010000 | 10001011 | 0 | 110010 | 1101 | 100101 | 100111100 | 100001 | 101111 |
Color Harmonies of #A0508B
Complementary color
Monochromatic Colors of #A0508B
Black with #A0508B
Text Example
Text Example
White with #A0508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0508B; }
p { color: rgb(160,80,139); }
H1.HeaderClassName
{
color: #A0508B;
}
.AnyTagClassName
{
color: #A0508B;
}
</style>
background-color css
<style>
a { background-color: #A0508B; }
a { background-color: rgb(160,80,139); }
div.DivClassName
{
background-color: #A0508B;
}
.BgClassName
{
background-color: #A0508B;
}
</style>
border-color css
<style>
span { border-color: #A0508B; }
span { border-color: rgb(160,80,139); }
td.TdClassName
{
border-color: #A0508B;
}
.TagClassName
{
border-color: #A0508B;
}
</style>