Shades of Violet Blue #A75FAE
Tints of Violet Blue #A75FAE
RGB
CMYK
RGB Variations
Color information
#A75FAE (or 0xA75FAE) is known color: Violet Blue. HEX triplet: A7, 5F and AE. RGB value is (167,95,174). Sum of RGB (Red+Green+Blue) = 167+95+174=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A75FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75FAE is #58A051. Grayscale: #7D7D7D. Windows color (decimal): -5808210 or 11427751. OLE color: 11427751.
HSL color Cylindrical-coordinate representation of color #A75FAE: hue angle of 294.68º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75FAE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 95 | 174 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.32 |
| HSL | 294.68º | 0.33% | 0.53% | - |
| HSV(B) | 294.68º | 0.45% | 0.68% | - |
| XYZ | 27.67 | 19.46 | 42.34 | - |
| YUV | 125.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 174 | 0.04 | 0.45 | 0 | 0.32 | 294.68 | 0.33 | 0.53 |
| Hex | A7 | 5F | AE | 4 | 2D | 0 | 20 | 127 | 21 | 35 |
| Octal | 247 | 137 | 256 | 4 | 55 | 0 | 40 | 447 | 41 | 65 |
| Binary | 10100111 | 1011111 | 10101110 | 100 | 101101 | 0 | 100000 | 100100111 | 100001 | 110101 |
Color Harmonies of #A75FAE
Complementary color
Monochromatic Colors of #A75FAE
Black with #A75FAE
Text Example
Text Example
White with #A75FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FAE; }
p { color: rgb(167,95,174); }
H1.HeaderClassName
{
color: #A75FAE;
}
.AnyTagClassName
{
color: #A75FAE;
}
</style>
background-color css
<style>
a { background-color: #A75FAE; }
a { background-color: rgb(167,95,174); }
div.DivClassName
{
background-color: #A75FAE;
}
.BgClassName
{
background-color: #A75FAE;
}
</style>
border-color css
<style>
span { border-color: #A75FAE; }
span { border-color: rgb(167,95,174); }
td.TdClassName
{
border-color: #A75FAE;
}
.TagClassName
{
border-color: #A75FAE;
}
</style>