Shades of Violet Blue #A569AC
Tints of Violet Blue #A569AC
RGB
CMYK
RGB Variations
Color information
#A569AC (or 0xA569AC) is known color: Violet Blue. HEX triplet: A5, 69 and AC. RGB value is (165,105,172). Sum of RGB (Red+Green+Blue) = 165+105+172=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #A569AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569AC is #5A9653. Grayscale: #828282. Windows color (decimal): -5936724 or 11299237. OLE color: 11299237.
HSL color Cylindrical-coordinate representation of color #A569AC: hue angle of 293.73º degrees, saturation: 0.29, 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 #A569AC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 105 | 172 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.33 |
| HSL | 293.73º | 0.29% | 0.54% | - |
| HSV(B) | 293.73º | 0.39% | 0.67% | - |
| XYZ | 28.02 | 21.08 | 41.62 | - |
| YUV | 130.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 172 | 0.04 | 0.39 | 0 | 0.33 | 293.73 | 0.29 | 0.54 |
| Hex | A5 | 69 | AC | 4 | 27 | 0 | 21 | 126 | 1D | 36 |
| Octal | 245 | 151 | 254 | 4 | 47 | 0 | 41 | 446 | 35 | 66 |
| Binary | 10100101 | 1101001 | 10101100 | 100 | 100111 | 0 | 100001 | 100100110 | 11101 | 110110 |
Color Harmonies of #A569AC
Complementary color
Monochromatic Colors of #A569AC
Black with #A569AC
Text Example
Text Example
White with #A569AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569AC; }
p { color: rgb(165,105,172); }
H1.HeaderClassName
{
color: #A569AC;
}
.AnyTagClassName
{
color: #A569AC;
}
</style>
background-color css
<style>
a { background-color: #A569AC; }
a { background-color: rgb(165,105,172); }
div.DivClassName
{
background-color: #A569AC;
}
.BgClassName
{
background-color: #A569AC;
}
</style>
border-color css
<style>
span { border-color: #A569AC; }
span { border-color: rgb(165,105,172); }
td.TdClassName
{
border-color: #A569AC;
}
.TagClassName
{
border-color: #A569AC;
}
</style>