Shades of Violet Blue #A3508E
Tints of Violet Blue #A3508E
RGB
CMYK
RGB Variations
Color information
#A3508E (or 0xA3508E) is known color: Violet Blue. HEX triplet: A3, 50 and 8E. RGB value is (163,80,142). Sum of RGB (Red+Green+Blue) = 163+80+142=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3508E is #5CAF71. Grayscale: #6F6F6F. Windows color (decimal): -6074226 or 9326755. OLE color: 9326755.
HSL color Cylindrical-coordinate representation of color #A3508E: hue angle of 315.18º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3508E is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 142 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.36 |
| HSL | 315.18º | 0.34% | 0.48% | - |
| HSV(B) | 315.18º | 0.51% | 0.64% | - |
| XYZ | 22.86 | 15.48 | 27.37 | - |
| YUV | 111.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 142 | 0 | 0.51 | 0.13 | 0.36 | 315.18 | 0.34 | 0.48 |
| Hex | A3 | 50 | 8E | 0 | 33 | D | 24 | 13B | 22 | 30 |
| Octal | 243 | 120 | 216 | 0 | 63 | 15 | 44 | 473 | 42 | 60 |
| Binary | 10100011 | 1010000 | 10001110 | 0 | 110011 | 1101 | 100100 | 100111011 | 100010 | 110000 |
Color Harmonies of #A3508E
Complementary color
Monochromatic Colors of #A3508E
Black with #A3508E
Text Example
Text Example
White with #A3508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3508E; }
p { color: rgb(163,80,142); }
H1.HeaderClassName
{
color: #A3508E;
}
.AnyTagClassName
{
color: #A3508E;
}
</style>
background-color css
<style>
a { background-color: #A3508E; }
a { background-color: rgb(163,80,142); }
div.DivClassName
{
background-color: #A3508E;
}
.BgClassName
{
background-color: #A3508E;
}
</style>
border-color css
<style>
span { border-color: #A3508E; }
span { border-color: rgb(163,80,142); }
td.TdClassName
{
border-color: #A3508E;
}
.TagClassName
{
border-color: #A3508E;
}
</style>