Shades of Violet Blue #A260AE
Tints of Violet Blue #A260AE
RGB
CMYK
RGB Variations
Color information
#A260AE (or 0xA260AE) is known color: Violet Blue. HEX triplet: A2, 60 and AE. RGB value is (162,96,174). Sum of RGB (Red+Green+Blue) = 162+96+174=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A260AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260AE is #5D9F51. Grayscale: #7C7C7C. Windows color (decimal): -6135634 or 11428002. OLE color: 11428002.
HSL color Cylindrical-coordinate representation of color #A260AE: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A260AE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 96 | 174 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.32 |
| HSL | 290.77º | 0.33% | 0.53% | - |
| HSV(B) | 290.77º | 0.45% | 0.68% | - |
| XYZ | 26.72 | 19.1 | 42.32 | - |
| YUV | 124.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 174 | 0.07 | 0.45 | 0 | 0.32 | 290.77 | 0.33 | 0.53 |
| Hex | A2 | 60 | AE | 7 | 2D | 0 | 20 | 123 | 20 | 35 |
| Octal | 242 | 140 | 256 | 7 | 55 | 0 | 40 | 443 | 40 | 65 |
| Binary | 10100010 | 1100000 | 10101110 | 111 | 101101 | 0 | 100000 | 100100011 | 100000 | 110101 |
Color Harmonies of #A260AE
Complementary color
Monochromatic Colors of #A260AE
Black with #A260AE
Text Example
Text Example
White with #A260AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260AE; }
p { color: rgb(162,96,174); }
H1.HeaderClassName
{
color: #A260AE;
}
.AnyTagClassName
{
color: #A260AE;
}
</style>
background-color css
<style>
a { background-color: #A260AE; }
a { background-color: rgb(162,96,174); }
div.DivClassName
{
background-color: #A260AE;
}
.BgClassName
{
background-color: #A260AE;
}
</style>
border-color css
<style>
span { border-color: #A260AE; }
span { border-color: rgb(162,96,174); }
td.TdClassName
{
border-color: #A260AE;
}
.TagClassName
{
border-color: #A260AE;
}
</style>