Shades of Violet Blue #A469AD
Tints of Violet Blue #A469AD
RGB
CMYK
RGB Variations
Color information
#A469AD (or 0xA469AD) is known color: Violet Blue. HEX triplet: A4, 69 and AD. RGB value is (164,105,173). Sum of RGB (Red+Green+Blue) = 164+105+173=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A469AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A469AD is #5B9652. Grayscale: #828282. Windows color (decimal): -6002259 or 11364772. OLE color: 11364772.
HSL color Cylindrical-coordinate representation of color #A469AD: hue angle of 292.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A469AD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 105 | 173 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.32 |
| HSL | 292.06º | 0.29% | 0.55% | - |
| HSV(B) | 292.06º | 0.39% | 0.68% | - |
| XYZ | 27.9 | 21.01 | 42.12 | - |
| YUV | 130.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 173 | 0.05 | 0.39 | 0 | 0.32 | 292.06 | 0.29 | 0.55 |
| Hex | A4 | 69 | AD | 5 | 27 | 0 | 20 | 124 | 1D | 37 |
| Octal | 244 | 151 | 255 | 5 | 47 | 0 | 40 | 444 | 35 | 67 |
| Binary | 10100100 | 1101001 | 10101101 | 101 | 100111 | 0 | 100000 | 100100100 | 11101 | 110111 |
Color Harmonies of #A469AD
Complementary color
Monochromatic Colors of #A469AD
Black with #A469AD
Text Example
Text Example
White with #A469AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A469AD; }
p { color: rgb(164,105,173); }
H1.HeaderClassName
{
color: #A469AD;
}
.AnyTagClassName
{
color: #A469AD;
}
</style>
background-color css
<style>
a { background-color: #A469AD; }
a { background-color: rgb(164,105,173); }
div.DivClassName
{
background-color: #A469AD;
}
.BgClassName
{
background-color: #A469AD;
}
</style>
border-color css
<style>
span { border-color: #A469AD; }
span { border-color: rgb(164,105,173); }
td.TdClassName
{
border-color: #A469AD;
}
.TagClassName
{
border-color: #A469AD;
}
</style>