Shades of Violet Blue #A35B8F
Tints of Violet Blue #A35B8F
RGB
CMYK
RGB Variations
Color information
#A35B8F (or 0xA35B8F) is known color: Violet Blue. HEX triplet: A3, 5B and 8F. RGB value is (163,91,143). Sum of RGB (Red+Green+Blue) = 163+91+143=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B8F is #5CA470. Grayscale: #767676. Windows color (decimal): -6071409 or 9395107. OLE color: 9395107.
HSL color Cylindrical-coordinate representation of color #A35B8F: hue angle of 316.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B8F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 143 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.36 |
| HSL | 316.67º | 0.28% | 0.5% | - |
| HSV(B) | 316.67º | 0.44% | 0.64% | - |
| XYZ | 23.8 | 17.25 | 28.06 | - |
| YUV | 118.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 143 | 0 | 0.44 | 0.12 | 0.36 | 316.67 | 0.28 | 0.5 |
| Hex | A3 | 5B | 8F | 0 | 2C | C | 24 | 13D | 1C | 32 |
| Octal | 243 | 133 | 217 | 0 | 54 | 14 | 44 | 475 | 34 | 62 |
| Binary | 10100011 | 1011011 | 10001111 | 0 | 101100 | 1100 | 100100 | 100111101 | 11100 | 110010 |
Color Harmonies of #A35B8F
Complementary color
Monochromatic Colors of #A35B8F
Black with #A35B8F
Text Example
Text Example
White with #A35B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B8F; }
p { color: rgb(163,91,143); }
H1.HeaderClassName
{
color: #A35B8F;
}
.AnyTagClassName
{
color: #A35B8F;
}
</style>
background-color css
<style>
a { background-color: #A35B8F; }
a { background-color: rgb(163,91,143); }
div.DivClassName
{
background-color: #A35B8F;
}
.BgClassName
{
background-color: #A35B8F;
}
</style>
border-color css
<style>
span { border-color: #A35B8F; }
span { border-color: rgb(163,91,143); }
td.TdClassName
{
border-color: #A35B8F;
}
.TagClassName
{
border-color: #A35B8F;
}
</style>