Shades of Violet Blue #A95DAE
Tints of Violet Blue #A95DAE
RGB
CMYK
RGB Variations
Color information
#A95DAE (or 0xA95DAE) is known color: Violet Blue. HEX triplet: A9, 5D and AE. RGB value is (169,93,174). Sum of RGB (Red+Green+Blue) = 169+93+174=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A95DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DAE is #56A251. Grayscale: #7C7C7C. Windows color (decimal): -5677650 or 11427241. OLE color: 11427241.
HSL color Cylindrical-coordinate representation of color #A95DAE: hue angle of 296.3º 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 #A95DAE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 93 | 174 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.32 |
| HSL | 296.3º | 0.33% | 0.52% | - |
| HSV(B) | 296.3º | 0.47% | 0.68% | - |
| XYZ | 27.92 | 19.32 | 42.3 | - |
| YUV | 124.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 174 | 0.03 | 0.47 | 0 | 0.32 | 296.3 | 0.33 | 0.52 |
| Hex | A9 | 5D | AE | 3 | 2F | 0 | 20 | 128 | 21 | 34 |
| Octal | 251 | 135 | 256 | 3 | 57 | 0 | 40 | 450 | 41 | 64 |
| Binary | 10101001 | 1011101 | 10101110 | 11 | 101111 | 0 | 100000 | 100101000 | 100001 | 110100 |
Color Harmonies of #A95DAE
Complementary color
Monochromatic Colors of #A95DAE
Black with #A95DAE
Text Example
Text Example
White with #A95DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DAE; }
p { color: rgb(169,93,174); }
H1.HeaderClassName
{
color: #A95DAE;
}
.AnyTagClassName
{
color: #A95DAE;
}
</style>
background-color css
<style>
a { background-color: #A95DAE; }
a { background-color: rgb(169,93,174); }
div.DivClassName
{
background-color: #A95DAE;
}
.BgClassName
{
background-color: #A95DAE;
}
</style>
border-color css
<style>
span { border-color: #A95DAE; }
span { border-color: rgb(169,93,174); }
td.TdClassName
{
border-color: #A95DAE;
}
.TagClassName
{
border-color: #A95DAE;
}
</style>