Shades of Violet Blue #A758B0
Tints of Violet Blue #A758B0
RGB
CMYK
RGB Variations
Color information
#A758B0 (or 0xA758B0) is known color: Violet Blue. HEX triplet: A7, 58 and B0. RGB value is (167,88,176). Sum of RGB (Red+Green+Blue) = 167+88+176=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #A758B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758B0 is #58A74F. Grayscale: #797979. Windows color (decimal): -5810000 or 11557031. OLE color: 11557031.
HSL color Cylindrical-coordinate representation of color #A758B0: hue angle of 293.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A758B0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 88 | 176 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.31 |
| HSL | 293.86º | 0.36% | 0.52% | - |
| HSV(B) | 293.86º | 0.5% | 0.69% | - |
| XYZ | 27.26 | 18.33 | 43.18 | - |
| YUV | 121.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 176 | 0.05 | 0.50 | 0 | 0.31 | 293.86 | 0.36 | 0.52 |
| Hex | A7 | 58 | B0 | 5 | 32 | 0 | 1F | 126 | 24 | 34 |
| Octal | 247 | 130 | 260 | 5 | 62 | 0 | 37 | 446 | 44 | 64 |
| Binary | 10100111 | 1011000 | 10110000 | 101 | 110010 | 0 | 11111 | 100100110 | 100100 | 110100 |
Color Harmonies of #A758B0
Complementary color
Monochromatic Colors of #A758B0
Black with #A758B0
Text Example
Text Example
White with #A758B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758B0; }
p { color: rgb(167,88,176); }
H1.HeaderClassName
{
color: #A758B0;
}
.AnyTagClassName
{
color: #A758B0;
}
</style>
background-color css
<style>
a { background-color: #A758B0; }
a { background-color: rgb(167,88,176); }
div.DivClassName
{
background-color: #A758B0;
}
.BgClassName
{
background-color: #A758B0;
}
</style>
border-color css
<style>
span { border-color: #A758B0; }
span { border-color: rgb(167,88,176); }
td.TdClassName
{
border-color: #A758B0;
}
.TagClassName
{
border-color: #A758B0;
}
</style>