Shades of Violet Blue #A569AD
Tints of Violet Blue #A569AD
RGB
CMYK
RGB Variations
Color information
#A569AD (or 0xA569AD) is known color: Violet Blue. HEX triplet: A5, 69 and AD. RGB value is (165,105,173). Sum of RGB (Red+Green+Blue) = 165+105+173=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A569AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569AD is #5A9652. Grayscale: #828282. Windows color (decimal): -5936723 or 11364773. OLE color: 11364773.
HSL color Cylindrical-coordinate representation of color #A569AD: hue angle of 292.94º 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 #A569AD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 105 | 173 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.32 |
| HSL | 292.94º | 0.29% | 0.55% | - |
| HSV(B) | 292.94º | 0.39% | 0.68% | - |
| XYZ | 28.11 | 21.12 | 42.13 | - |
| YUV | 130.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 173 | 0.05 | 0.39 | 0 | 0.32 | 292.94 | 0.29 | 0.55 |
| Hex | A5 | 69 | AD | 5 | 27 | 0 | 20 | 125 | 1D | 37 |
| Octal | 245 | 151 | 255 | 5 | 47 | 0 | 40 | 445 | 35 | 67 |
| Binary | 10100101 | 1101001 | 10101101 | 101 | 100111 | 0 | 100000 | 100100101 | 11101 | 110111 |
Color Harmonies of #A569AD
Complementary color
Monochromatic Colors of #A569AD
Black with #A569AD
Text Example
Text Example
White with #A569AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569AD; }
p { color: rgb(165,105,173); }
H1.HeaderClassName
{
color: #A569AD;
}
.AnyTagClassName
{
color: #A569AD;
}
</style>
background-color css
<style>
a { background-color: #A569AD; }
a { background-color: rgb(165,105,173); }
div.DivClassName
{
background-color: #A569AD;
}
.BgClassName
{
background-color: #A569AD;
}
</style>
border-color css
<style>
span { border-color: #A569AD; }
span { border-color: rgb(165,105,173); }
td.TdClassName
{
border-color: #A569AD;
}
.TagClassName
{
border-color: #A569AD;
}
</style>