Shades of Violet Blue #A469AB
Tints of Violet Blue #A469AB
RGB
CMYK
RGB Variations
Color information
#A469AB (or 0xA469AB) is known color: Violet Blue. HEX triplet: A4, 69 and AB. RGB value is (164,105,171). Sum of RGB (Red+Green+Blue) = 164+105+171=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A469AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A469AB is #5B9654. Grayscale: #818181. Windows color (decimal): -6002261 or 11233700. OLE color: 11233700.
HSL color Cylindrical-coordinate representation of color #A469AB: hue angle of 293.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A469AB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 105 | 171 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.33 |
| HSL | 293.64º | 0.28% | 0.54% | - |
| HSV(B) | 293.64º | 0.39% | 0.67% | - |
| XYZ | 27.71 | 20.94 | 41.11 | - |
| YUV | 130.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 171 | 0.04 | 0.39 | 0 | 0.33 | 293.64 | 0.28 | 0.54 |
| Hex | A4 | 69 | AB | 4 | 27 | 0 | 21 | 126 | 1C | 36 |
| Octal | 244 | 151 | 253 | 4 | 47 | 0 | 41 | 446 | 34 | 66 |
| Binary | 10100100 | 1101001 | 10101011 | 100 | 100111 | 0 | 100001 | 100100110 | 11100 | 110110 |
Color Harmonies of #A469AB
Complementary color
Monochromatic Colors of #A469AB
Black with #A469AB
Text Example
Text Example
White with #A469AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A469AB; }
p { color: rgb(164,105,171); }
H1.HeaderClassName
{
color: #A469AB;
}
.AnyTagClassName
{
color: #A469AB;
}
</style>
background-color css
<style>
a { background-color: #A469AB; }
a { background-color: rgb(164,105,171); }
div.DivClassName
{
background-color: #A469AB;
}
.BgClassName
{
background-color: #A469AB;
}
</style>
border-color css
<style>
span { border-color: #A469AB; }
span { border-color: rgb(164,105,171); }
td.TdClassName
{
border-color: #A469AB;
}
.TagClassName
{
border-color: #A469AB;
}
</style>