Shades of Violet Blue #A75CAF
Tints of Violet Blue #A75CAF
RGB
CMYK
RGB Variations
Color information
#A75CAF (or 0xA75CAF) is known color: Violet Blue. HEX triplet: A7, 5C and AF. RGB value is (167,92,175). Sum of RGB (Red+Green+Blue) = 167+92+175=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A75CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CAF is #58A350. Grayscale: #7B7B7B. Windows color (decimal): -5808977 or 11492519. OLE color: 11492519.
HSL color Cylindrical-coordinate representation of color #A75CAF: hue angle of 294.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75CAF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 92 | 175 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.31 |
| HSL | 294.22º | 0.34% | 0.52% | - |
| HSV(B) | 294.22º | 0.47% | 0.69% | - |
| XYZ | 27.5 | 18.96 | 42.77 | - |
| YUV | 123.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 175 | 0.05 | 0.47 | 0 | 0.31 | 294.22 | 0.34 | 0.52 |
| Hex | A7 | 5C | AF | 5 | 2F | 0 | 1F | 126 | 22 | 34 |
| Octal | 247 | 134 | 257 | 5 | 57 | 0 | 37 | 446 | 42 | 64 |
| Binary | 10100111 | 1011100 | 10101111 | 101 | 101111 | 0 | 11111 | 100100110 | 100010 | 110100 |
Color Harmonies of #A75CAF
Complementary color
Monochromatic Colors of #A75CAF
Black with #A75CAF
Text Example
Text Example
White with #A75CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CAF; }
p { color: rgb(167,92,175); }
H1.HeaderClassName
{
color: #A75CAF;
}
.AnyTagClassName
{
color: #A75CAF;
}
</style>
background-color css
<style>
a { background-color: #A75CAF; }
a { background-color: rgb(167,92,175); }
div.DivClassName
{
background-color: #A75CAF;
}
.BgClassName
{
background-color: #A75CAF;
}
</style>
border-color css
<style>
span { border-color: #A75CAF; }
span { border-color: rgb(167,92,175); }
td.TdClassName
{
border-color: #A75CAF;
}
.TagClassName
{
border-color: #A75CAF;
}
</style>