Shades of Violet Blue #A969A4
Tints of Violet Blue #A969A4
RGB
CMYK
RGB Variations
Color information
#A969A4 (or 0xA969A4) is known color: Violet Blue. HEX triplet: A9, 69 and A4. RGB value is (169,105,164). Sum of RGB (Red+Green+Blue) = 169+105+164=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A969A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969A4 is #56965B. Grayscale: #828282. Windows color (decimal): -5674588 or 10774953. OLE color: 10774953.
HSL color Cylindrical-coordinate representation of color #A969A4: hue angle of 304.69º 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 #A969A4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 164 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.34 |
| HSL | 304.69º | 0.27% | 0.54% | - |
| HSV(B) | 304.69º | 0.38% | 0.66% | - |
| XYZ | 28.11 | 21.22 | 37.74 | - |
| YUV | 130.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 164 | 0 | 0.38 | 0.03 | 0.34 | 304.69 | 0.27 | 0.54 |
| Hex | A9 | 69 | A4 | 0 | 26 | 3 | 22 | 131 | 1B | 36 |
| Octal | 251 | 151 | 244 | 0 | 46 | 3 | 42 | 461 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10100100 | 0 | 100110 | 11 | 100010 | 100110001 | 11011 | 110110 |
Color Harmonies of #A969A4
Complementary color
Monochromatic Colors of #A969A4
Black with #A969A4
Text Example
Text Example
White with #A969A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969A4; }
p { color: rgb(169,105,164); }
H1.HeaderClassName
{
color: #A969A4;
}
.AnyTagClassName
{
color: #A969A4;
}
</style>
background-color css
<style>
a { background-color: #A969A4; }
a { background-color: rgb(169,105,164); }
div.DivClassName
{
background-color: #A969A4;
}
.BgClassName
{
background-color: #A969A4;
}
</style>
border-color css
<style>
span { border-color: #A969A4; }
span { border-color: rgb(169,105,164); }
td.TdClassName
{
border-color: #A969A4;
}
.TagClassName
{
border-color: #A969A4;
}
</style>