Shades of Violet Blue #A062AE
Tints of Violet Blue #A062AE
RGB
CMYK
RGB Variations
Color information
#A062AE (or 0xA062AE) is known color: Violet Blue. HEX triplet: A0, 62 and AE. RGB value is (160,98,174). Sum of RGB (Red+Green+Blue) = 160+98+174=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A062AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A062AE is #5F9D51. Grayscale: #7C7C7C. Windows color (decimal): -6266194 or 11428512. OLE color: 11428512.
HSL color Cylindrical-coordinate representation of color #A062AE: hue angle of 288.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A062AE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 98 | 174 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.32 |
| HSL | 288.95º | 0.32% | 0.53% | - |
| HSV(B) | 288.95º | 0.44% | 0.68% | - |
| XYZ | 26.5 | 19.26 | 42.37 | - |
| YUV | 125.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 174 | 0.08 | 0.44 | 0 | 0.32 | 288.95 | 0.32 | 0.53 |
| Hex | A0 | 62 | AE | 8 | 2C | 0 | 20 | 121 | 20 | 35 |
| Octal | 240 | 142 | 256 | 10 | 54 | 0 | 40 | 441 | 40 | 65 |
| Binary | 10100000 | 1100010 | 10101110 | 1000 | 101100 | 0 | 100000 | 100100001 | 100000 | 110101 |
Color Harmonies of #A062AE
Complementary color
Monochromatic Colors of #A062AE
Black with #A062AE
Text Example
Text Example
White with #A062AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062AE; }
p { color: rgb(160,98,174); }
H1.HeaderClassName
{
color: #A062AE;
}
.AnyTagClassName
{
color: #A062AE;
}
</style>
background-color css
<style>
a { background-color: #A062AE; }
a { background-color: rgb(160,98,174); }
div.DivClassName
{
background-color: #A062AE;
}
.BgClassName
{
background-color: #A062AE;
}
</style>
border-color css
<style>
span { border-color: #A062AE; }
span { border-color: rgb(160,98,174); }
td.TdClassName
{
border-color: #A062AE;
}
.TagClassName
{
border-color: #A062AE;
}
</style>