Shades of Violet Blue #A162AF
Tints of Violet Blue #A162AF
RGB
CMYK
RGB Variations
Color information
#A162AF (or 0xA162AF) is known color: Violet Blue. HEX triplet: A1, 62 and AF. RGB value is (161,98,175). Sum of RGB (Red+Green+Blue) = 161+98+175=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A162AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A162AF is #5E9D50. Grayscale: #7D7D7D. Windows color (decimal): -6200657 or 11494049. OLE color: 11494049.
HSL color Cylindrical-coordinate representation of color #A162AF: hue angle of 289.09º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A162AF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 98 | 175 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.31 |
| HSL | 289.09º | 0.32% | 0.54% | - |
| HSV(B) | 289.09º | 0.44% | 0.69% | - |
| XYZ | 26.8 | 19.41 | 42.89 | - |
| YUV | 125.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 175 | 0.08 | 0.44 | 0 | 0.31 | 289.09 | 0.32 | 0.54 |
| Hex | A1 | 62 | AF | 8 | 2C | 0 | 1F | 121 | 20 | 36 |
| Octal | 241 | 142 | 257 | 10 | 54 | 0 | 37 | 441 | 40 | 66 |
| Binary | 10100001 | 1100010 | 10101111 | 1000 | 101100 | 0 | 11111 | 100100001 | 100000 | 110110 |
Color Harmonies of #A162AF
Complementary color
Monochromatic Colors of #A162AF
Black with #A162AF
Text Example
Text Example
White with #A162AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162AF; }
p { color: rgb(161,98,175); }
H1.HeaderClassName
{
color: #A162AF;
}
.AnyTagClassName
{
color: #A162AF;
}
</style>
background-color css
<style>
a { background-color: #A162AF; }
a { background-color: rgb(161,98,175); }
div.DivClassName
{
background-color: #A162AF;
}
.BgClassName
{
background-color: #A162AF;
}
</style>
border-color css
<style>
span { border-color: #A162AF; }
span { border-color: rgb(161,98,175); }
td.TdClassName
{
border-color: #A162AF;
}
.TagClassName
{
border-color: #A162AF;
}
</style>