Shades of Violet Blue #A75DB2
Tints of Violet Blue #A75DB2
RGB
CMYK
RGB Variations
Color information
#A75DB2 (or 0xA75DB2) is known color: Violet Blue. HEX triplet: A7, 5D and B2. RGB value is (167,93,178). Sum of RGB (Red+Green+Blue) = 167+93+178=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #A75DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DB2 is #58A24D. Grayscale: #7C7C7C. Windows color (decimal): -5808718 or 11689383. OLE color: 11689383.
HSL color Cylindrical-coordinate representation of color #A75DB2: hue angle of 292.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75DB2 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 93 | 178 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.30 |
| HSL | 292.24º | 0.36% | 0.53% | - |
| HSV(B) | 292.24º | 0.48% | 0.7% | - |
| XYZ | 27.89 | 19.26 | 44.37 | - |
| YUV | 124.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 178 | 0.06 | 0.48 | 0 | 0.30 | 292.24 | 0.36 | 0.53 |
| Hex | A7 | 5D | B2 | 6 | 30 | 0 | 1E | 124 | 24 | 35 |
| Octal | 247 | 135 | 262 | 6 | 60 | 0 | 36 | 444 | 44 | 65 |
| Binary | 10100111 | 1011101 | 10110010 | 110 | 110000 | 0 | 11110 | 100100100 | 100100 | 110101 |
Color Harmonies of #A75DB2
Complementary color
Monochromatic Colors of #A75DB2
Black with #A75DB2
Text Example
Text Example
White with #A75DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DB2; }
p { color: rgb(167,93,178); }
H1.HeaderClassName
{
color: #A75DB2;
}
.AnyTagClassName
{
color: #A75DB2;
}
</style>
background-color css
<style>
a { background-color: #A75DB2; }
a { background-color: rgb(167,93,178); }
div.DivClassName
{
background-color: #A75DB2;
}
.BgClassName
{
background-color: #A75DB2;
}
</style>
border-color css
<style>
span { border-color: #A75DB2; }
span { border-color: rgb(167,93,178); }
td.TdClassName
{
border-color: #A75DB2;
}
.TagClassName
{
border-color: #A75DB2;
}
</style>