Shades of Violet Blue #A162AD
Tints of Violet Blue #A162AD
RGB
CMYK
RGB Variations
Color information
#A162AD (or 0xA162AD) is known color: Violet Blue. HEX triplet: A1, 62 and AD. RGB value is (161,98,173). Sum of RGB (Red+Green+Blue) = 161+98+173=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A162AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A162AD is #5E9D52. Grayscale: #7D7D7D. Windows color (decimal): -6200659 or 11362977. OLE color: 11362977.
HSL color Cylindrical-coordinate representation of color #A162AD: hue angle of 290.4º 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 #A162AD is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 98 | 173 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.32 |
| HSL | 290.4º | 0.31% | 0.53% | - |
| HSV(B) | 290.4º | 0.43% | 0.68% | - |
| XYZ | 26.61 | 19.33 | 41.86 | - |
| YUV | 125.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 173 | 0.07 | 0.43 | 0 | 0.32 | 290.4 | 0.31 | 0.53 |
| Hex | A1 | 62 | AD | 7 | 2B | 0 | 20 | 122 | 1F | 35 |
| Octal | 241 | 142 | 255 | 7 | 53 | 0 | 40 | 442 | 37 | 65 |
| Binary | 10100001 | 1100010 | 10101101 | 111 | 101011 | 0 | 100000 | 100100010 | 11111 | 110101 |
Color Harmonies of #A162AD
Complementary color
Monochromatic Colors of #A162AD
Black with #A162AD
Text Example
Text Example
White with #A162AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162AD; }
p { color: rgb(161,98,173); }
H1.HeaderClassName
{
color: #A162AD;
}
.AnyTagClassName
{
color: #A162AD;
}
</style>
background-color css
<style>
a { background-color: #A162AD; }
a { background-color: rgb(161,98,173); }
div.DivClassName
{
background-color: #A162AD;
}
.BgClassName
{
background-color: #A162AD;
}
</style>
border-color css
<style>
span { border-color: #A162AD; }
span { border-color: rgb(161,98,173); }
td.TdClassName
{
border-color: #A162AD;
}
.TagClassName
{
border-color: #A162AD;
}
</style>