Shades of Violet Blue #A758AC
Tints of Violet Blue #A758AC
RGB
CMYK
RGB Variations
Color information
#A758AC (or 0xA758AC) is known color: Violet Blue. HEX triplet: A7, 58 and AC. RGB value is (167,88,172). Sum of RGB (Red+Green+Blue) = 167+88+172=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A758AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758AC is #58A753. Grayscale: #787878. Windows color (decimal): -5810004 or 11294887. OLE color: 11294887.
HSL color Cylindrical-coordinate representation of color #A758AC: hue angle of 296.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A758AC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 88 | 172 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.33 |
| HSL | 296.43º | 0.34% | 0.51% | - |
| HSV(B) | 296.43º | 0.49% | 0.67% | - |
| XYZ | 26.87 | 18.17 | 41.12 | - |
| YUV | 121.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 172 | 0.03 | 0.49 | 0 | 0.33 | 296.43 | 0.34 | 0.51 |
| Hex | A7 | 58 | AC | 3 | 31 | 0 | 21 | 128 | 22 | 33 |
| Octal | 247 | 130 | 254 | 3 | 61 | 0 | 41 | 450 | 42 | 63 |
| Binary | 10100111 | 1011000 | 10101100 | 11 | 110001 | 0 | 100001 | 100101000 | 100010 | 110011 |
Color Harmonies of #A758AC
Complementary color
Monochromatic Colors of #A758AC
Black with #A758AC
Text Example
Text Example
White with #A758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758AC; }
p { color: rgb(167,88,172); }
H1.HeaderClassName
{
color: #A758AC;
}
.AnyTagClassName
{
color: #A758AC;
}
</style>
background-color css
<style>
a { background-color: #A758AC; }
a { background-color: rgb(167,88,172); }
div.DivClassName
{
background-color: #A758AC;
}
.BgClassName
{
background-color: #A758AC;
}
</style>
border-color css
<style>
span { border-color: #A758AC; }
span { border-color: rgb(167,88,172); }
td.TdClassName
{
border-color: #A758AC;
}
.TagClassName
{
border-color: #A758AC;
}
</style>