Shades of Violet Blue #A269A9
Tints of Violet Blue #A269A9
RGB
CMYK
RGB Variations
Color information
#A269A9 (or 0xA269A9) is known color: Violet Blue. HEX triplet: A2, 69 and A9. RGB value is (162,105,169). Sum of RGB (Red+Green+Blue) = 162+105+169=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 169 - color contains mainly: blue. Hex color #A269A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A269A9 is #5D9656. Grayscale: #818181. Windows color (decimal): -6133335 or 11102626. OLE color: 11102626.
HSL color Cylindrical-coordinate representation of color #A269A9: hue angle of 293.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A269A9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 105 | 169 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.34 |
| HSL | 293.44º | 0.27% | 0.54% | - |
| HSV(B) | 293.44º | 0.38% | 0.66% | - |
| XYZ | 27.11 | 20.65 | 40.09 | - |
| YUV | 129.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 169 | 0.04 | 0.38 | 0 | 0.34 | 293.44 | 0.27 | 0.54 |
| Hex | A2 | 69 | A9 | 4 | 26 | 0 | 22 | 125 | 1B | 36 |
| Octal | 242 | 151 | 251 | 4 | 46 | 0 | 42 | 445 | 33 | 66 |
| Binary | 10100010 | 1101001 | 10101001 | 100 | 100110 | 0 | 100010 | 100100101 | 11011 | 110110 |
Color Harmonies of #A269A9
Complementary color
Monochromatic Colors of #A269A9
Black with #A269A9
Text Example
Text Example
White with #A269A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269A9; }
p { color: rgb(162,105,169); }
H1.HeaderClassName
{
color: #A269A9;
}
.AnyTagClassName
{
color: #A269A9;
}
</style>
background-color css
<style>
a { background-color: #A269A9; }
a { background-color: rgb(162,105,169); }
div.DivClassName
{
background-color: #A269A9;
}
.BgClassName
{
background-color: #A269A9;
}
</style>
border-color css
<style>
span { border-color: #A269A9; }
span { border-color: rgb(162,105,169); }
td.TdClassName
{
border-color: #A269A9;
}
.TagClassName
{
border-color: #A269A9;
}
</style>