Shades of Violet Blue #A75DAD
Tints of Violet Blue #A75DAD
RGB
CMYK
RGB Variations
Color information
#A75DAD (or 0xA75DAD) is known color: Violet Blue. HEX triplet: A7, 5D and AD. RGB value is (167,93,173). Sum of RGB (Red+Green+Blue) = 167+93+173=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A75DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DAD is #58A252. Grayscale: #7C7C7C. Windows color (decimal): -5808723 or 11361703. OLE color: 11361703.
HSL color Cylindrical-coordinate representation of color #A75DAD: hue angle of 295.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75DAD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 93 | 173 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.32 |
| HSL | 295.5º | 0.33% | 0.52% | - |
| HSV(B) | 295.5º | 0.46% | 0.68% | - |
| XYZ | 27.39 | 19.06 | 41.77 | - |
| YUV | 124.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 173 | 0.03 | 0.46 | 0 | 0.32 | 295.5 | 0.33 | 0.52 |
| Hex | A7 | 5D | AD | 3 | 2E | 0 | 20 | 128 | 21 | 34 |
| Octal | 247 | 135 | 255 | 3 | 56 | 0 | 40 | 450 | 41 | 64 |
| Binary | 10100111 | 1011101 | 10101101 | 11 | 101110 | 0 | 100000 | 100101000 | 100001 | 110100 |
Color Harmonies of #A75DAD
Complementary color
Monochromatic Colors of #A75DAD
Black with #A75DAD
Text Example
Text Example
White with #A75DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DAD; }
p { color: rgb(167,93,173); }
H1.HeaderClassName
{
color: #A75DAD;
}
.AnyTagClassName
{
color: #A75DAD;
}
</style>
background-color css
<style>
a { background-color: #A75DAD; }
a { background-color: rgb(167,93,173); }
div.DivClassName
{
background-color: #A75DAD;
}
.BgClassName
{
background-color: #A75DAD;
}
</style>
border-color css
<style>
span { border-color: #A75DAD; }
span { border-color: rgb(167,93,173); }
td.TdClassName
{
border-color: #A75DAD;
}
.TagClassName
{
border-color: #A75DAD;
}
</style>