Shades of Violet Blue #A262AE
Tints of Violet Blue #A262AE
RGB
CMYK
RGB Variations
Color information
#A262AE (or 0xA262AE) is known color: Violet Blue. HEX triplet: A2, 62 and AE. RGB value is (162,98,174). Sum of RGB (Red+Green+Blue) = 162+98+174=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A262AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A262AE is #5D9D51. Grayscale: #7D7D7D. Windows color (decimal): -6135122 or 11428514. OLE color: 11428514.
HSL color Cylindrical-coordinate representation of color #A262AE: hue angle of 290.53º 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 #A262AE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 98 | 174 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.32 |
| HSL | 290.53º | 0.32% | 0.53% | - |
| HSV(B) | 290.53º | 0.44% | 0.68% | - |
| XYZ | 26.91 | 19.47 | 42.38 | - |
| YUV | 125.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 174 | 0.07 | 0.44 | 0 | 0.32 | 290.53 | 0.32 | 0.53 |
| Hex | A2 | 62 | AE | 7 | 2C | 0 | 20 | 123 | 20 | 35 |
| Octal | 242 | 142 | 256 | 7 | 54 | 0 | 40 | 443 | 40 | 65 |
| Binary | 10100010 | 1100010 | 10101110 | 111 | 101100 | 0 | 100000 | 100100011 | 100000 | 110101 |
Color Harmonies of #A262AE
Complementary color
Monochromatic Colors of #A262AE
Black with #A262AE
Text Example
Text Example
White with #A262AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262AE; }
p { color: rgb(162,98,174); }
H1.HeaderClassName
{
color: #A262AE;
}
.AnyTagClassName
{
color: #A262AE;
}
</style>
background-color css
<style>
a { background-color: #A262AE; }
a { background-color: rgb(162,98,174); }
div.DivClassName
{
background-color: #A262AE;
}
.BgClassName
{
background-color: #A262AE;
}
</style>
border-color css
<style>
span { border-color: #A262AE; }
span { border-color: rgb(162,98,174); }
td.TdClassName
{
border-color: #A262AE;
}
.TagClassName
{
border-color: #A262AE;
}
</style>