Shades of Violet Blue #A062AD
Tints of Violet Blue #A062AD
RGB
CMYK
RGB Variations
Color information
#A062AD (or 0xA062AD) is known color: Violet Blue. HEX triplet: A0, 62 and AD. RGB value is (160,98,173). Sum of RGB (Red+Green+Blue) = 160+98+173=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A062AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A062AD is #5F9D52. Grayscale: #7C7C7C. Windows color (decimal): -6266195 or 11362976. OLE color: 11362976.
HSL color Cylindrical-coordinate representation of color #A062AD: hue angle of 289.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A062AD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 98 | 173 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.32 |
| HSL | 289.6º | 0.31% | 0.53% | - |
| HSV(B) | 289.6º | 0.43% | 0.68% | - |
| XYZ | 26.41 | 19.23 | 41.85 | - |
| YUV | 125.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 173 | 0.08 | 0.43 | 0 | 0.32 | 289.6 | 0.31 | 0.53 |
| Hex | A0 | 62 | AD | 8 | 2B | 0 | 20 | 122 | 1F | 35 |
| Octal | 240 | 142 | 255 | 10 | 53 | 0 | 40 | 442 | 37 | 65 |
| Binary | 10100000 | 1100010 | 10101101 | 1000 | 101011 | 0 | 100000 | 100100010 | 11111 | 110101 |
Color Harmonies of #A062AD
Complementary color
Monochromatic Colors of #A062AD
Black with #A062AD
Text Example
Text Example
White with #A062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062AD; }
p { color: rgb(160,98,173); }
H1.HeaderClassName
{
color: #A062AD;
}
.AnyTagClassName
{
color: #A062AD;
}
</style>
background-color css
<style>
a { background-color: #A062AD; }
a { background-color: rgb(160,98,173); }
div.DivClassName
{
background-color: #A062AD;
}
.BgClassName
{
background-color: #A062AD;
}
</style>
border-color css
<style>
span { border-color: #A062AD; }
span { border-color: rgb(160,98,173); }
td.TdClassName
{
border-color: #A062AD;
}
.TagClassName
{
border-color: #A062AD;
}
</style>