Shades of Violet Blue #A35F91
Tints of Violet Blue #A35F91
RGB
CMYK
RGB Variations
Color information
#A35F91 (or 0xA35F91) is known color: Violet Blue. HEX triplet: A3, 5F and 91. RGB value is (163,95,145). Sum of RGB (Red+Green+Blue) = 163+95+145=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F91 is #5CA06E. Grayscale: #787878. Windows color (decimal): -6070383 or 9527203. OLE color: 9527203.
HSL color Cylindrical-coordinate representation of color #A35F91: hue angle of 315.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35F91 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 145 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.36 |
| HSL | 315.88º | 0.27% | 0.51% | - |
| HSV(B) | 315.88º | 0.42% | 0.64% | - |
| XYZ | 24.31 | 18.02 | 28.98 | - |
| YUV | 121.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 145 | 0 | 0.42 | 0.11 | 0.36 | 315.88 | 0.27 | 0.51 |
| Hex | A3 | 5F | 91 | 0 | 2A | B | 24 | 13C | 1B | 33 |
| Octal | 243 | 137 | 221 | 0 | 52 | 13 | 44 | 474 | 33 | 63 |
| Binary | 10100011 | 1011111 | 10010001 | 0 | 101010 | 1011 | 100100 | 100111100 | 11011 | 110011 |
Color Harmonies of #A35F91
Complementary color
Monochromatic Colors of #A35F91
Black with #A35F91
Text Example
Text Example
White with #A35F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F91; }
p { color: rgb(163,95,145); }
H1.HeaderClassName
{
color: #A35F91;
}
.AnyTagClassName
{
color: #A35F91;
}
</style>
background-color css
<style>
a { background-color: #A35F91; }
a { background-color: rgb(163,95,145); }
div.DivClassName
{
background-color: #A35F91;
}
.BgClassName
{
background-color: #A35F91;
}
</style>
border-color css
<style>
span { border-color: #A35F91; }
span { border-color: rgb(163,95,145); }
td.TdClassName
{
border-color: #A35F91;
}
.TagClassName
{
border-color: #A35F91;
}
</style>