Shades of Violet Blue #A35091
Tints of Violet Blue #A35091
RGB
CMYK
RGB Variations
Color information
#A35091 (or 0xA35091) is known color: Violet Blue. HEX triplet: A3, 50 and 91. RGB value is (163,80,145). Sum of RGB (Red+Green+Blue) = 163+80+145=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A35091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35091 is #5CAF6E. Grayscale: #707070. Windows color (decimal): -6074223 or 9523363. OLE color: 9523363.
HSL color Cylindrical-coordinate representation of color #A35091: hue angle of 313.01º 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 #A35091 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 145 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.36 |
| HSL | 313.01º | 0.34% | 0.48% | - |
| HSV(B) | 313.01º | 0.51% | 0.64% | - |
| XYZ | 23.08 | 15.57 | 28.58 | - |
| YUV | 112.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 145 | 0 | 0.51 | 0.11 | 0.36 | 313.01 | 0.34 | 0.48 |
| Hex | A3 | 50 | 91 | 0 | 33 | B | 24 | 139 | 22 | 30 |
| Octal | 243 | 120 | 221 | 0 | 63 | 13 | 44 | 471 | 42 | 60 |
| Binary | 10100011 | 1010000 | 10010001 | 0 | 110011 | 1011 | 100100 | 100111001 | 100010 | 110000 |
Color Harmonies of #A35091
Complementary color
Monochromatic Colors of #A35091
Black with #A35091
Text Example
Text Example
White with #A35091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35091; }
p { color: rgb(163,80,145); }
H1.HeaderClassName
{
color: #A35091;
}
.AnyTagClassName
{
color: #A35091;
}
</style>
background-color css
<style>
a { background-color: #A35091; }
a { background-color: rgb(163,80,145); }
div.DivClassName
{
background-color: #A35091;
}
.BgClassName
{
background-color: #A35091;
}
</style>
border-color css
<style>
span { border-color: #A35091; }
span { border-color: rgb(163,80,145); }
td.TdClassName
{
border-color: #A35091;
}
.TagClassName
{
border-color: #A35091;
}
</style>