Shades of Violet Blue #A75A9F
Tints of Violet Blue #A75A9F
RGB
CMYK
RGB Variations
Color information
#A75A9F (or 0xA75A9F) is known color: Violet Blue. HEX triplet: A7, 5A and 9F. RGB value is (167,90,159). Sum of RGB (Red+Green+Blue) = 167+90+159=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A9F is #58A560. Grayscale: #787878. Windows color (decimal): -5809505 or 10443431. OLE color: 10443431.
HSL color Cylindrical-coordinate representation of color #A75A9F: hue angle of 306.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75A9F is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 159 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.35 |
| HSL | 306.23º | 0.3% | 0.5% | - |
| HSV(B) | 306.23º | 0.46% | 0.65% | - |
| XYZ | 25.85 | 18.03 | 34.92 | - |
| YUV | 120.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 159 | 0 | 0.46 | 0.05 | 0.35 | 306.23 | 0.3 | 0.5 |
| Hex | A7 | 5A | 9F | 0 | 2E | 5 | 23 | 132 | 1E | 32 |
| Octal | 247 | 132 | 237 | 0 | 56 | 5 | 43 | 462 | 36 | 62 |
| Binary | 10100111 | 1011010 | 10011111 | 0 | 101110 | 101 | 100011 | 100110010 | 11110 | 110010 |
Color Harmonies of #A75A9F
Complementary color
Monochromatic Colors of #A75A9F
Black with #A75A9F
Text Example
Text Example
White with #A75A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A9F; }
p { color: rgb(167,90,159); }
H1.HeaderClassName
{
color: #A75A9F;
}
.AnyTagClassName
{
color: #A75A9F;
}
</style>
background-color css
<style>
a { background-color: #A75A9F; }
a { background-color: rgb(167,90,159); }
div.DivClassName
{
background-color: #A75A9F;
}
.BgClassName
{
background-color: #A75A9F;
}
</style>
border-color css
<style>
span { border-color: #A75A9F; }
span { border-color: rgb(167,90,159); }
td.TdClassName
{
border-color: #A75A9F;
}
.TagClassName
{
border-color: #A75A9F;
}
</style>