Shades of Violet Blue #A578AB
Tints of Violet Blue #A578AB
RGB
CMYK
RGB Variations
Color information
#A578AB (or 0xA578AB) is known color: Violet Blue. HEX triplet: A5, 78 and AB. RGB value is (165,120,171). Sum of RGB (Red+Green+Blue) = 165+120+171=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A578AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578AB is #5A8754. Grayscale: #8B8B8B. Windows color (decimal): -5932885 or 11237541. OLE color: 11237541.
HSL color Cylindrical-coordinate representation of color #A578AB: hue angle of 292.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A578AB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 120 | 171 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.33 |
| HSL | 292.94º | 0.23% | 0.57% | - |
| HSV(B) | 292.94º | 0.3% | 0.67% | - |
| XYZ | 29.58 | 24.37 | 41.67 | - |
| YUV | 139.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 171 | 0.04 | 0.30 | 0 | 0.33 | 292.94 | 0.23 | 0.57 |
| Hex | A5 | 78 | AB | 4 | 1E | 0 | 21 | 125 | 17 | 39 |
| Octal | 245 | 170 | 253 | 4 | 36 | 0 | 41 | 445 | 27 | 71 |
| Binary | 10100101 | 1111000 | 10101011 | 100 | 11110 | 0 | 100001 | 100100101 | 10111 | 111001 |
Color Harmonies of #A578AB
Complementary color
Monochromatic Colors of #A578AB
Black with #A578AB
Text Example
Text Example
White with #A578AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578AB; }
p { color: rgb(165,120,171); }
H1.HeaderClassName
{
color: #A578AB;
}
.AnyTagClassName
{
color: #A578AB;
}
</style>
background-color css
<style>
a { background-color: #A578AB; }
a { background-color: rgb(165,120,171); }
div.DivClassName
{
background-color: #A578AB;
}
.BgClassName
{
background-color: #A578AB;
}
</style>
border-color css
<style>
span { border-color: #A578AB; }
span { border-color: rgb(165,120,171); }
td.TdClassName
{
border-color: #A578AB;
}
.TagClassName
{
border-color: #A578AB;
}
</style>