Shades of Violet Blue #A35DA0
Tints of Violet Blue #A35DA0
RGB
CMYK
RGB Variations
Color information
#A35DA0 (or 0xA35DA0) is known color: Violet Blue. HEX triplet: A3, 5D and A0. RGB value is (163,93,160). Sum of RGB (Red+Green+Blue) = 163+93+160=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A35DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DA0 is #5CA25F. Grayscale: #797979. Windows color (decimal): -6070880 or 10509731. OLE color: 10509731.
HSL color Cylindrical-coordinate representation of color #A35DA0: hue angle of 302.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A35DA0 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 160 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.36 |
| HSL | 302.57º | 0.28% | 0.5% | - |
| HSV(B) | 302.57º | 0.43% | 0.64% | - |
| XYZ | 25.36 | 18.15 | 35.42 | - |
| YUV | 121.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 160 | 0 | 0.43 | 0.02 | 0.36 | 302.57 | 0.28 | 0.5 |
| Hex | A3 | 5D | A0 | 0 | 2B | 2 | 24 | 12F | 1C | 32 |
| Octal | 243 | 135 | 240 | 0 | 53 | 2 | 44 | 457 | 34 | 62 |
| Binary | 10100011 | 1011101 | 10100000 | 0 | 101011 | 10 | 100100 | 100101111 | 11100 | 110010 |
Color Harmonies of #A35DA0
Complementary color
Monochromatic Colors of #A35DA0
Black with #A35DA0
Text Example
Text Example
White with #A35DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DA0; }
p { color: rgb(163,93,160); }
H1.HeaderClassName
{
color: #A35DA0;
}
.AnyTagClassName
{
color: #A35DA0;
}
</style>
background-color css
<style>
a { background-color: #A35DA0; }
a { background-color: rgb(163,93,160); }
div.DivClassName
{
background-color: #A35DA0;
}
.BgClassName
{
background-color: #A35DA0;
}
</style>
border-color css
<style>
span { border-color: #A35DA0; }
span { border-color: rgb(163,93,160); }
td.TdClassName
{
border-color: #A35DA0;
}
.TagClassName
{
border-color: #A35DA0;
}
</style>