Shades of Violet Blue #A95DAC
Tints of Violet Blue #A95DAC
RGB
CMYK
RGB Variations
Color information
#A95DAC (or 0xA95DAC) is known color: Violet Blue. HEX triplet: A9, 5D and AC. RGB value is (169,93,172). Sum of RGB (Red+Green+Blue) = 169+93+172=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A95DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DAC is #56A253. Grayscale: #7C7C7C. Windows color (decimal): -5677652 or 11296169. OLE color: 11296169.
HSL color Cylindrical-coordinate representation of color #A95DAC: hue angle of 297.72º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95DAC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 93 | 172 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.33 |
| HSL | 297.72º | 0.32% | 0.52% | - |
| HSV(B) | 297.72º | 0.46% | 0.67% | - |
| XYZ | 27.72 | 19.24 | 41.28 | - |
| YUV | 124.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 172 | 0.02 | 0.46 | 0 | 0.33 | 297.72 | 0.32 | 0.52 |
| Hex | A9 | 5D | AC | 2 | 2E | 0 | 21 | 12A | 20 | 34 |
| Octal | 251 | 135 | 254 | 2 | 56 | 0 | 41 | 452 | 40 | 64 |
| Binary | 10101001 | 1011101 | 10101100 | 10 | 101110 | 0 | 100001 | 100101010 | 100000 | 110100 |
Color Harmonies of #A95DAC
Complementary color
Monochromatic Colors of #A95DAC
Black with #A95DAC
Text Example
Text Example
White with #A95DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DAC; }
p { color: rgb(169,93,172); }
H1.HeaderClassName
{
color: #A95DAC;
}
.AnyTagClassName
{
color: #A95DAC;
}
</style>
background-color css
<style>
a { background-color: #A95DAC; }
a { background-color: rgb(169,93,172); }
div.DivClassName
{
background-color: #A95DAC;
}
.BgClassName
{
background-color: #A95DAC;
}
</style>
border-color css
<style>
span { border-color: #A95DAC; }
span { border-color: rgb(169,93,172); }
td.TdClassName
{
border-color: #A95DAC;
}
.TagClassName
{
border-color: #A95DAC;
}
</style>