Shades of Violet Blue #A35DAA
Tints of Violet Blue #A35DAA
RGB
CMYK
RGB Variations
Color information
#A35DAA (or 0xA35DAA) is known color: Violet Blue. HEX triplet: A3, 5D and AA. RGB value is (163,93,170). Sum of RGB (Red+Green+Blue) = 163+93+170=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A35DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DAA is #5CA255. Grayscale: #7A7A7A. Windows color (decimal): -6070870 or 11165091. OLE color: 11165091.
HSL color Cylindrical-coordinate representation of color #A35DAA: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35DAA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 93 | 170 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.33 |
| HSL | 294.55º | 0.31% | 0.52% | - |
| HSV(B) | 294.55º | 0.45% | 0.67% | - |
| XYZ | 26.27 | 18.52 | 40.22 | - |
| YUV | 122.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 170 | 0.04 | 0.45 | 0 | 0.33 | 294.55 | 0.31 | 0.52 |
| Hex | A3 | 5D | AA | 4 | 2D | 0 | 21 | 127 | 1F | 34 |
| Octal | 243 | 135 | 252 | 4 | 55 | 0 | 41 | 447 | 37 | 64 |
| Binary | 10100011 | 1011101 | 10101010 | 100 | 101101 | 0 | 100001 | 100100111 | 11111 | 110100 |
Color Harmonies of #A35DAA
Complementary color
Monochromatic Colors of #A35DAA
Black with #A35DAA
Text Example
Text Example
White with #A35DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DAA; }
p { color: rgb(163,93,170); }
H1.HeaderClassName
{
color: #A35DAA;
}
.AnyTagClassName
{
color: #A35DAA;
}
</style>
background-color css
<style>
a { background-color: #A35DAA; }
a { background-color: rgb(163,93,170); }
div.DivClassName
{
background-color: #A35DAA;
}
.BgClassName
{
background-color: #A35DAA;
}
</style>
border-color css
<style>
span { border-color: #A35DAA; }
span { border-color: rgb(163,93,170); }
td.TdClassName
{
border-color: #A35DAA;
}
.TagClassName
{
border-color: #A35DAA;
}
</style>