Shades of Violet Blue #A35C9A
Tints of Violet Blue #A35C9A
RGB
CMYK
RGB Variations
Color information
#A35C9A (or 0xA35C9A) is known color: Violet Blue. HEX triplet: A3, 5C and 9A. RGB value is (163,92,154). Sum of RGB (Red+Green+Blue) = 163+92+154=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C9A is #5CA365. Grayscale: #787878. Windows color (decimal): -6071142 or 10116259. OLE color: 10116259.
HSL color Cylindrical-coordinate representation of color #A35C9A: hue angle of 307.61º 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 #A35C9A is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 154 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.36 |
| HSL | 307.61º | 0.28% | 0.5% | - |
| HSV(B) | 307.61º | 0.44% | 0.64% | - |
| XYZ | 24.76 | 17.77 | 32.7 | - |
| YUV | 120.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 154 | 0 | 0.44 | 0.06 | 0.36 | 307.61 | 0.28 | 0.5 |
| Hex | A3 | 5C | 9A | 0 | 2C | 6 | 24 | 134 | 1C | 32 |
| Octal | 243 | 134 | 232 | 0 | 54 | 6 | 44 | 464 | 34 | 62 |
| Binary | 10100011 | 1011100 | 10011010 | 0 | 101100 | 110 | 100100 | 100110100 | 11100 | 110010 |
Color Harmonies of #A35C9A
Complementary color
Monochromatic Colors of #A35C9A
Black with #A35C9A
Text Example
Text Example
White with #A35C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C9A; }
p { color: rgb(163,92,154); }
H1.HeaderClassName
{
color: #A35C9A;
}
.AnyTagClassName
{
color: #A35C9A;
}
</style>
background-color css
<style>
a { background-color: #A35C9A; }
a { background-color: rgb(163,92,154); }
div.DivClassName
{
background-color: #A35C9A;
}
.BgClassName
{
background-color: #A35C9A;
}
</style>
border-color css
<style>
span { border-color: #A35C9A; }
span { border-color: rgb(163,92,154); }
td.TdClassName
{
border-color: #A35C9A;
}
.TagClassName
{
border-color: #A35C9A;
}
</style>