Shades of Violet Blue #A15DAC
Tints of Violet Blue #A15DAC
RGB
CMYK
RGB Variations
Color information
#A15DAC (or 0xA15DAC) is known color: Violet Blue. HEX triplet: A1, 5D and AC. RGB value is (161,93,172). Sum of RGB (Red+Green+Blue) = 161+93+172=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #A15DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAC is #5EA253. Grayscale: #7A7A7A. Windows color (decimal): -6201940 or 11296161. OLE color: 11296161.
HSL color Cylindrical-coordinate representation of color #A15DAC: hue angle of 291.65º 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 #A15DAC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 93 | 172 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.33 |
| HSL | 291.65º | 0.32% | 0.52% | - |
| HSV(B) | 291.65º | 0.46% | 0.67% | - |
| XYZ | 26.06 | 18.38 | 41.2 | - |
| YUV | 122.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 172 | 0.06 | 0.46 | 0 | 0.33 | 291.65 | 0.32 | 0.52 |
| Hex | A1 | 5D | AC | 6 | 2E | 0 | 21 | 124 | 20 | 34 |
| Octal | 241 | 135 | 254 | 6 | 56 | 0 | 41 | 444 | 40 | 64 |
| Binary | 10100001 | 1011101 | 10101100 | 110 | 101110 | 0 | 100001 | 100100100 | 100000 | 110100 |
Color Harmonies of #A15DAC
Complementary color
Monochromatic Colors of #A15DAC
Black with #A15DAC
Text Example
Text Example
White with #A15DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DAC; }
p { color: rgb(161,93,172); }
H1.HeaderClassName
{
color: #A15DAC;
}
.AnyTagClassName
{
color: #A15DAC;
}
</style>
background-color css
<style>
a { background-color: #A15DAC; }
a { background-color: rgb(161,93,172); }
div.DivClassName
{
background-color: #A15DAC;
}
.BgClassName
{
background-color: #A15DAC;
}
</style>
border-color css
<style>
span { border-color: #A15DAC; }
span { border-color: rgb(161,93,172); }
td.TdClassName
{
border-color: #A15DAC;
}
.TagClassName
{
border-color: #A15DAC;
}
</style>