Shades of Violet Blue #A562AB
Tints of Violet Blue #A562AB
RGB
CMYK
RGB Variations
Color information
#A562AB (or 0xA562AB) is known color: Violet Blue. HEX triplet: A5, 62 and AB. RGB value is (165,98,171). Sum of RGB (Red+Green+Blue) = 165+98+171=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A562AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562AB is #5A9D54. Grayscale: #7E7E7E. Windows color (decimal): -5938517 or 11231909. OLE color: 11231909.
HSL color Cylindrical-coordinate representation of color #A562AB: hue angle of 295.07º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A562AB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 98 | 171 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.33 |
| HSL | 295.07º | 0.3% | 0.53% | - |
| HSV(B) | 295.07º | 0.43% | 0.67% | - |
| XYZ | 27.24 | 19.67 | 40.89 | - |
| YUV | 126.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 171 | 0.04 | 0.43 | 0 | 0.33 | 295.07 | 0.3 | 0.53 |
| Hex | A5 | 62 | AB | 4 | 2B | 0 | 21 | 127 | 1E | 35 |
| Octal | 245 | 142 | 253 | 4 | 53 | 0 | 41 | 447 | 36 | 65 |
| Binary | 10100101 | 1100010 | 10101011 | 100 | 101011 | 0 | 100001 | 100100111 | 11110 | 110101 |
Color Harmonies of #A562AB
Complementary color
Monochromatic Colors of #A562AB
Black with #A562AB
Text Example
Text Example
White with #A562AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562AB; }
p { color: rgb(165,98,171); }
H1.HeaderClassName
{
color: #A562AB;
}
.AnyTagClassName
{
color: #A562AB;
}
</style>
background-color css
<style>
a { background-color: #A562AB; }
a { background-color: rgb(165,98,171); }
div.DivClassName
{
background-color: #A562AB;
}
.BgClassName
{
background-color: #A562AB;
}
</style>
border-color css
<style>
span { border-color: #A562AB; }
span { border-color: rgb(165,98,171); }
td.TdClassName
{
border-color: #A562AB;
}
.TagClassName
{
border-color: #A562AB;
}
</style>