Shades of Violet Blue #A35DAE
Tints of Violet Blue #A35DAE
RGB
CMYK
RGB Variations
Color information
#A35DAE (or 0xA35DAE) is known color: Violet Blue. HEX triplet: A3, 5D and AE. RGB value is (163,93,174). Sum of RGB (Red+Green+Blue) = 163+93+174=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A35DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DAE is #5CA251. Grayscale: #7A7A7A. Windows color (decimal): -6070866 or 11427235. OLE color: 11427235.
HSL color Cylindrical-coordinate representation of color #A35DAE: hue angle of 291.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35DAE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 93 | 174 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.32 |
| HSL | 291.85º | 0.33% | 0.52% | - |
| HSV(B) | 291.85º | 0.47% | 0.68% | - |
| XYZ | 26.66 | 18.67 | 42.24 | - |
| YUV | 123.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 174 | 0.06 | 0.47 | 0 | 0.32 | 291.85 | 0.33 | 0.52 |
| Hex | A3 | 5D | AE | 6 | 2F | 0 | 20 | 124 | 21 | 34 |
| Octal | 243 | 135 | 256 | 6 | 57 | 0 | 40 | 444 | 41 | 64 |
| Binary | 10100011 | 1011101 | 10101110 | 110 | 101111 | 0 | 100000 | 100100100 | 100001 | 110100 |
Color Harmonies of #A35DAE
Complementary color
Monochromatic Colors of #A35DAE
Black with #A35DAE
Text Example
Text Example
White with #A35DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DAE; }
p { color: rgb(163,93,174); }
H1.HeaderClassName
{
color: #A35DAE;
}
.AnyTagClassName
{
color: #A35DAE;
}
</style>
background-color css
<style>
a { background-color: #A35DAE; }
a { background-color: rgb(163,93,174); }
div.DivClassName
{
background-color: #A35DAE;
}
.BgClassName
{
background-color: #A35DAE;
}
</style>
border-color css
<style>
span { border-color: #A35DAE; }
span { border-color: rgb(163,93,174); }
td.TdClassName
{
border-color: #A35DAE;
}
.TagClassName
{
border-color: #A35DAE;
}
</style>