Shades of Violet Blue #A75DAC
Tints of Violet Blue #A75DAC
RGB
CMYK
RGB Variations
Color information
#A75DAC (or 0xA75DAC) is known color: Violet Blue. HEX triplet: A7, 5D and AC. RGB value is (167,93,172). Sum of RGB (Red+Green+Blue) = 167+93+172=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #A75DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DAC is #58A253. Grayscale: #7B7B7B. Windows color (decimal): -5808724 or 11296167. OLE color: 11296167.
HSL color Cylindrical-coordinate representation of color #A75DAC: hue angle of 296.2º 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 #A75DAC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 93 | 172 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.33 |
| HSL | 296.2º | 0.32% | 0.52% | - |
| HSV(B) | 296.2º | 0.46% | 0.67% | - |
| XYZ | 27.3 | 19.02 | 41.26 | - |
| YUV | 124.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 172 | 0.03 | 0.46 | 0 | 0.33 | 296.2 | 0.32 | 0.52 |
| Hex | A7 | 5D | AC | 3 | 2E | 0 | 21 | 128 | 20 | 34 |
| Octal | 247 | 135 | 254 | 3 | 56 | 0 | 41 | 450 | 40 | 64 |
| Binary | 10100111 | 1011101 | 10101100 | 11 | 101110 | 0 | 100001 | 100101000 | 100000 | 110100 |
Color Harmonies of #A75DAC
Complementary color
Monochromatic Colors of #A75DAC
Black with #A75DAC
Text Example
Text Example
White with #A75DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DAC; }
p { color: rgb(167,93,172); }
H1.HeaderClassName
{
color: #A75DAC;
}
.AnyTagClassName
{
color: #A75DAC;
}
</style>
background-color css
<style>
a { background-color: #A75DAC; }
a { background-color: rgb(167,93,172); }
div.DivClassName
{
background-color: #A75DAC;
}
.BgClassName
{
background-color: #A75DAC;
}
</style>
border-color css
<style>
span { border-color: #A75DAC; }
span { border-color: rgb(167,93,172); }
td.TdClassName
{
border-color: #A75DAC;
}
.TagClassName
{
border-color: #A75DAC;
}
</style>