Shades of Violet Blue #A75DB1
Tints of Violet Blue #A75DB1
RGB
CMYK
RGB Variations
Color information
#A75DB1 (or 0xA75DB1) is known color: Violet Blue. HEX triplet: A7, 5D and B1. RGB value is (167,93,177). Sum of RGB (Red+Green+Blue) = 167+93+177=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DB1 is #58A24E. Grayscale: #7C7C7C. Windows color (decimal): -5808719 or 11623847. OLE color: 11623847.
HSL color Cylindrical-coordinate representation of color #A75DB1: hue angle of 292.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75DB1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 93 | 177 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.31 |
| HSL | 292.86º | 0.35% | 0.53% | - |
| HSV(B) | 292.86º | 0.47% | 0.69% | - |
| XYZ | 27.79 | 19.22 | 43.84 | - |
| YUV | 124.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 177 | 0.06 | 0.47 | 0 | 0.31 | 292.86 | 0.35 | 0.53 |
| Hex | A7 | 5D | B1 | 6 | 2F | 0 | 1F | 125 | 23 | 35 |
| Octal | 247 | 135 | 261 | 6 | 57 | 0 | 37 | 445 | 43 | 65 |
| Binary | 10100111 | 1011101 | 10110001 | 110 | 101111 | 0 | 11111 | 100100101 | 100011 | 110101 |
Color Harmonies of #A75DB1
Complementary color
Monochromatic Colors of #A75DB1
Black with #A75DB1
Text Example
Text Example
White with #A75DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DB1; }
p { color: rgb(167,93,177); }
H1.HeaderClassName
{
color: #A75DB1;
}
.AnyTagClassName
{
color: #A75DB1;
}
</style>
background-color css
<style>
a { background-color: #A75DB1; }
a { background-color: rgb(167,93,177); }
div.DivClassName
{
background-color: #A75DB1;
}
.BgClassName
{
background-color: #A75DB1;
}
</style>
border-color css
<style>
span { border-color: #A75DB1; }
span { border-color: rgb(167,93,177); }
td.TdClassName
{
border-color: #A75DB1;
}
.TagClassName
{
border-color: #A75DB1;
}
</style>