Shades of Violet Blue #A35CA2
Tints of Violet Blue #A35CA2
RGB
CMYK
RGB Variations
Color information
#A35CA2 (or 0xA35CA2) is known color: Violet Blue. HEX triplet: A3, 5C and A2. RGB value is (163,92,162). Sum of RGB (Red+Green+Blue) = 163+92+162=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A35CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35CA2 is #5CA35D. Grayscale: #797979. Windows color (decimal): -6071134 or 10640547. OLE color: 10640547.
HSL color Cylindrical-coordinate representation of color #A35CA2: hue angle of 300.85º 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 #A35CA2 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 162 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.36 |
| HSL | 300.85º | 0.28% | 0.5% | - |
| HSV(B) | 300.85º | 0.44% | 0.64% | - |
| XYZ | 25.45 | 18.05 | 36.32 | - |
| YUV | 121.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 162 | 0 | 0.44 | 0.01 | 0.36 | 300.85 | 0.28 | 0.5 |
| Hex | A3 | 5C | A2 | 0 | 2C | 1 | 24 | 12D | 1C | 32 |
| Octal | 243 | 134 | 242 | 0 | 54 | 1 | 44 | 455 | 34 | 62 |
| Binary | 10100011 | 1011100 | 10100010 | 0 | 101100 | 1 | 100100 | 100101101 | 11100 | 110010 |
Color Harmonies of #A35CA2
Complementary color
Monochromatic Colors of #A35CA2
Black with #A35CA2
Text Example
Text Example
White with #A35CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CA2; }
p { color: rgb(163,92,162); }
H1.HeaderClassName
{
color: #A35CA2;
}
.AnyTagClassName
{
color: #A35CA2;
}
</style>
background-color css
<style>
a { background-color: #A35CA2; }
a { background-color: rgb(163,92,162); }
div.DivClassName
{
background-color: #A35CA2;
}
.BgClassName
{
background-color: #A35CA2;
}
</style>
border-color css
<style>
span { border-color: #A35CA2; }
span { border-color: rgb(163,92,162); }
td.TdClassName
{
border-color: #A35CA2;
}
.TagClassName
{
border-color: #A35CA2;
}
</style>