Shades of Violet Blue #A962AB
Tints of Violet Blue #A962AB
RGB
CMYK
RGB Variations
Color information
#A962AB (or 0xA962AB) is known color: Violet Blue. HEX triplet: A9, 62 and AB. RGB value is (169,98,171). Sum of RGB (Red+Green+Blue) = 169+98+171=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A962AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A962AB is #569D54. Grayscale: #7F7F7F. Windows color (decimal): -5676373 or 11231913. OLE color: 11231913.
HSL color Cylindrical-coordinate representation of color #A962AB: hue angle of 298.36º 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 #A962AB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 98 | 171 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.33 |
| HSL | 298.36º | 0.3% | 0.53% | - |
| HSV(B) | 298.36º | 0.43% | 0.67% | - |
| XYZ | 28.08 | 20.11 | 40.93 | - |
| YUV | 127.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 171 | 0.01 | 0.43 | 0 | 0.33 | 298.36 | 0.3 | 0.53 |
| Hex | A9 | 62 | AB | 1 | 2B | 0 | 21 | 12A | 1E | 35 |
| Octal | 251 | 142 | 253 | 1 | 53 | 0 | 41 | 452 | 36 | 65 |
| Binary | 10101001 | 1100010 | 10101011 | 1 | 101011 | 0 | 100001 | 100101010 | 11110 | 110101 |
Color Harmonies of #A962AB
Complementary color
Monochromatic Colors of #A962AB
Black with #A962AB
Text Example
Text Example
White with #A962AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962AB; }
p { color: rgb(169,98,171); }
H1.HeaderClassName
{
color: #A962AB;
}
.AnyTagClassName
{
color: #A962AB;
}
</style>
background-color css
<style>
a { background-color: #A962AB; }
a { background-color: rgb(169,98,171); }
div.DivClassName
{
background-color: #A962AB;
}
.BgClassName
{
background-color: #A962AB;
}
</style>
border-color css
<style>
span { border-color: #A962AB; }
span { border-color: rgb(169,98,171); }
td.TdClassName
{
border-color: #A962AB;
}
.TagClassName
{
border-color: #A962AB;
}
</style>