Shades of Violet Blue #A063A2
Tints of Violet Blue #A063A2
RGB
CMYK
RGB Variations
Color information
#A063A2 (or 0xA063A2) is known color: Violet Blue. HEX triplet: A0, 63 and A2. RGB value is (160,99,162). Sum of RGB (Red+Green+Blue) = 160+99+162=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #A063A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063A2 is #5F9C5D. Grayscale: #7C7C7C. Windows color (decimal): -6265950 or 10642336. OLE color: 10642336.
HSL color Cylindrical-coordinate representation of color #A063A2: hue angle of 298.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A063A2 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 99 | 162 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.36 |
| HSL | 298.1º | 0.25% | 0.51% | - |
| HSV(B) | 298.1º | 0.39% | 0.64% | - |
| XYZ | 25.48 | 19.01 | 36.51 | - |
| YUV | 124.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 162 | 0.01 | 0.39 | 0 | 0.36 | 298.1 | 0.25 | 0.51 |
| Hex | A0 | 63 | A2 | 1 | 27 | 0 | 24 | 12A | 19 | 33 |
| Octal | 240 | 143 | 242 | 1 | 47 | 0 | 44 | 452 | 31 | 63 |
| Binary | 10100000 | 1100011 | 10100010 | 1 | 100111 | 0 | 100100 | 100101010 | 11001 | 110011 |
Color Harmonies of #A063A2
Complementary color
Monochromatic Colors of #A063A2
Black with #A063A2
Text Example
Text Example
White with #A063A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063A2; }
p { color: rgb(160,99,162); }
H1.HeaderClassName
{
color: #A063A2;
}
.AnyTagClassName
{
color: #A063A2;
}
</style>
background-color css
<style>
a { background-color: #A063A2; }
a { background-color: rgb(160,99,162); }
div.DivClassName
{
background-color: #A063A2;
}
.BgClassName
{
background-color: #A063A2;
}
</style>
border-color css
<style>
span { border-color: #A063A2; }
span { border-color: rgb(160,99,162); }
td.TdClassName
{
border-color: #A063A2;
}
.TagClassName
{
border-color: #A063A2;
}
</style>