Shades of Violet Blue #A260AF
Tints of Violet Blue #A260AF
RGB
CMYK
RGB Variations
Color information
#A260AF (or 0xA260AF) is known color: Violet Blue. HEX triplet: A2, 60 and AF. RGB value is (162,96,175). Sum of RGB (Red+Green+Blue) = 162+96+175=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #A260AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260AF is #5D9F50. Grayscale: #7C7C7C. Windows color (decimal): -6135633 or 11493538. OLE color: 11493538.
HSL color Cylindrical-coordinate representation of color #A260AF: hue angle of 290.13º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A260AF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 96 | 175 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.31 |
| HSL | 290.13º | 0.33% | 0.53% | - |
| HSV(B) | 290.13º | 0.45% | 0.69% | - |
| XYZ | 26.82 | 19.14 | 42.84 | - |
| YUV | 124.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 175 | 0.07 | 0.45 | 0 | 0.31 | 290.13 | 0.33 | 0.53 |
| Hex | A2 | 60 | AF | 7 | 2D | 0 | 1F | 122 | 21 | 35 |
| Octal | 242 | 140 | 257 | 7 | 55 | 0 | 37 | 442 | 41 | 65 |
| Binary | 10100010 | 1100000 | 10101111 | 111 | 101101 | 0 | 11111 | 100100010 | 100001 | 110101 |
Color Harmonies of #A260AF
Complementary color
Monochromatic Colors of #A260AF
Black with #A260AF
Text Example
Text Example
White with #A260AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260AF; }
p { color: rgb(162,96,175); }
H1.HeaderClassName
{
color: #A260AF;
}
.AnyTagClassName
{
color: #A260AF;
}
</style>
background-color css
<style>
a { background-color: #A260AF; }
a { background-color: rgb(162,96,175); }
div.DivClassName
{
background-color: #A260AF;
}
.BgClassName
{
background-color: #A260AF;
}
</style>
border-color css
<style>
span { border-color: #A260AF; }
span { border-color: rgb(162,96,175); }
td.TdClassName
{
border-color: #A260AF;
}
.TagClassName
{
border-color: #A260AF;
}
</style>