Shades of Violet Blue #A75399
Tints of Violet Blue #A75399
RGB
CMYK
RGB Variations
Color information
#A75399 (or 0xA75399) is known color: Violet Blue. HEX triplet: A7, 53 and 99. RGB value is (167,83,153). Sum of RGB (Red+Green+Blue) = 167+83+153=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A75399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75399 is #58AC66. Grayscale: #737373. Windows color (decimal): -5811303 or 10048423. OLE color: 10048423.
HSL color Cylindrical-coordinate representation of color #A75399: hue angle of 310º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75399 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 153 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.35 |
| HSL | 310º | 0.34% | 0.49% | - |
| HSV(B) | 310º | 0.5% | 0.65% | - |
| XYZ | 24.78 | 16.7 | 32.05 | - |
| YUV | 116.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 153 | 0 | 0.50 | 0.08 | 0.35 | 310 | 0.34 | 0.49 |
| Hex | A7 | 53 | 99 | 0 | 32 | 8 | 23 | 136 | 22 | 31 |
| Octal | 247 | 123 | 231 | 0 | 62 | 10 | 43 | 466 | 42 | 61 |
| Binary | 10100111 | 1010011 | 10011001 | 0 | 110010 | 1000 | 100011 | 100110110 | 100010 | 110001 |
Color Harmonies of #A75399
Complementary color
Monochromatic Colors of #A75399
Black with #A75399
Text Example
Text Example
White with #A75399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75399; }
p { color: rgb(167,83,153); }
H1.HeaderClassName
{
color: #A75399;
}
.AnyTagClassName
{
color: #A75399;
}
</style>
background-color css
<style>
a { background-color: #A75399; }
a { background-color: rgb(167,83,153); }
div.DivClassName
{
background-color: #A75399;
}
.BgClassName
{
background-color: #A75399;
}
</style>
border-color css
<style>
span { border-color: #A75399; }
span { border-color: rgb(167,83,153); }
td.TdClassName
{
border-color: #A75399;
}
.TagClassName
{
border-color: #A75399;
}
</style>