Shades of Violet Blue #A75CA2
Tints of Violet Blue #A75CA2
RGB
CMYK
RGB Variations
Color information
#A75CA2 (or 0xA75CA2) is known color: Violet Blue. HEX triplet: A7, 5C and A2. RGB value is (167,92,162). Sum of RGB (Red+Green+Blue) = 167+92+162=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A75CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CA2 is #58A35D. Grayscale: #7A7A7A. Windows color (decimal): -5808990 or 10640551. OLE color: 10640551.
HSL color Cylindrical-coordinate representation of color #A75CA2: hue angle of 304º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75CA2 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 162 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.35 |
| HSL | 304º | 0.3% | 0.51% | - |
| HSV(B) | 304º | 0.45% | 0.65% | - |
| XYZ | 26.29 | 18.48 | 36.36 | - |
| YUV | 122.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 162 | 0 | 0.45 | 0.03 | 0.35 | 304 | 0.3 | 0.51 |
| Hex | A7 | 5C | A2 | 0 | 2D | 3 | 23 | 130 | 1E | 33 |
| Octal | 247 | 134 | 242 | 0 | 55 | 3 | 43 | 460 | 36 | 63 |
| Binary | 10100111 | 1011100 | 10100010 | 0 | 101101 | 11 | 100011 | 100110000 | 11110 | 110011 |
Color Harmonies of #A75CA2
Complementary color
Monochromatic Colors of #A75CA2
Black with #A75CA2
Text Example
Text Example
White with #A75CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CA2; }
p { color: rgb(167,92,162); }
H1.HeaderClassName
{
color: #A75CA2;
}
.AnyTagClassName
{
color: #A75CA2;
}
</style>
background-color css
<style>
a { background-color: #A75CA2; }
a { background-color: rgb(167,92,162); }
div.DivClassName
{
background-color: #A75CA2;
}
.BgClassName
{
background-color: #A75CA2;
}
</style>
border-color css
<style>
span { border-color: #A75CA2; }
span { border-color: rgb(167,92,162); }
td.TdClassName
{
border-color: #A75CA2;
}
.TagClassName
{
border-color: #A75CA2;
}
</style>