Shades of Violet Blue #A062AB
Tints of Violet Blue #A062AB
RGB
CMYK
RGB Variations
Color information
#A062AB (or 0xA062AB) is known color: Violet Blue. HEX triplet: A0, 62 and AB. RGB value is (160,98,171). Sum of RGB (Red+Green+Blue) = 160+98+171=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A062AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A062AB is #5F9D54. Grayscale: #7C7C7C. Windows color (decimal): -6266197 or 11231904. OLE color: 11231904.
HSL color Cylindrical-coordinate representation of color #A062AB: hue angle of 290.96º 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 #A062AB is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 98 | 171 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.33 |
| HSL | 290.96º | 0.3% | 0.53% | - |
| HSV(B) | 290.96º | 0.43% | 0.67% | - |
| XYZ | 26.22 | 19.15 | 40.84 | - |
| YUV | 124.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 171 | 0.06 | 0.43 | 0 | 0.33 | 290.96 | 0.3 | 0.53 |
| Hex | A0 | 62 | AB | 6 | 2B | 0 | 21 | 123 | 1E | 35 |
| Octal | 240 | 142 | 253 | 6 | 53 | 0 | 41 | 443 | 36 | 65 |
| Binary | 10100000 | 1100010 | 10101011 | 110 | 101011 | 0 | 100001 | 100100011 | 11110 | 110101 |
Color Harmonies of #A062AB
Complementary color
Monochromatic Colors of #A062AB
Black with #A062AB
Text Example
Text Example
White with #A062AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062AB; }
p { color: rgb(160,98,171); }
H1.HeaderClassName
{
color: #A062AB;
}
.AnyTagClassName
{
color: #A062AB;
}
</style>
background-color css
<style>
a { background-color: #A062AB; }
a { background-color: rgb(160,98,171); }
div.DivClassName
{
background-color: #A062AB;
}
.BgClassName
{
background-color: #A062AB;
}
</style>
border-color css
<style>
span { border-color: #A062AB; }
span { border-color: rgb(160,98,171); }
td.TdClassName
{
border-color: #A062AB;
}
.TagClassName
{
border-color: #A062AB;
}
</style>