Shades of Violet Blue #A261AF
Tints of Violet Blue #A261AF
RGB
CMYK
RGB Variations
Color information
#A261AF (or 0xA261AF) is known color: Violet Blue. HEX triplet: A2, 61 and AF. RGB value is (162,97,175). Sum of RGB (Red+Green+Blue) = 162+97+175=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 97 (38.28% from 255 or 22.35% 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 #A261AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A261AF is #5D9E50. Grayscale: #7D7D7D. Windows color (decimal): -6135377 or 11493794. OLE color: 11493794.
HSL color Cylindrical-coordinate representation of color #A261AF: hue angle of 290º 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 #A261AF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 97 | 175 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.31 |
| HSL | 290º | 0.33% | 0.53% | - |
| HSV(B) | 290º | 0.45% | 0.69% | - |
| XYZ | 26.91 | 19.33 | 42.87 | - |
| YUV | 125.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 175 | 0.07 | 0.45 | 0 | 0.31 | 290 | 0.33 | 0.53 |
| Hex | A2 | 61 | AF | 7 | 2D | 0 | 1F | 122 | 21 | 35 |
| Octal | 242 | 141 | 257 | 7 | 55 | 0 | 37 | 442 | 41 | 65 |
| Binary | 10100010 | 1100001 | 10101111 | 111 | 101101 | 0 | 11111 | 100100010 | 100001 | 110101 |
Color Harmonies of #A261AF
Complementary color
Monochromatic Colors of #A261AF
Black with #A261AF
Text Example
Text Example
White with #A261AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261AF; }
p { color: rgb(162,97,175); }
H1.HeaderClassName
{
color: #A261AF;
}
.AnyTagClassName
{
color: #A261AF;
}
</style>
background-color css
<style>
a { background-color: #A261AF; }
a { background-color: rgb(162,97,175); }
div.DivClassName
{
background-color: #A261AF;
}
.BgClassName
{
background-color: #A261AF;
}
</style>
border-color css
<style>
span { border-color: #A261AF; }
span { border-color: rgb(162,97,175); }
td.TdClassName
{
border-color: #A261AF;
}
.TagClassName
{
border-color: #A261AF;
}
</style>