Shades of Violet Blue #A569A3
Tints of Violet Blue #A569A3
RGB
CMYK
RGB Variations
Color information
#A569A3 (or 0xA569A3) is known color: Violet Blue. HEX triplet: A5, 69 and A3. RGB value is (165,105,163). Sum of RGB (Red+Green+Blue) = 165+105+163=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A569A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569A3 is #5A965C. Grayscale: #818181. Windows color (decimal): -5936733 or 10709413. OLE color: 10709413.
HSL color Cylindrical-coordinate representation of color #A569A3: hue angle of 302º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A569A3 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 163 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.35 |
| HSL | 302º | 0.25% | 0.53% | - |
| HSV(B) | 302º | 0.36% | 0.65% | - |
| XYZ | 27.18 | 20.75 | 37.22 | - |
| YUV | 129.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 163 | 0 | 0.36 | 0.01 | 0.35 | 302 | 0.25 | 0.53 |
| Hex | A5 | 69 | A3 | 0 | 24 | 1 | 23 | 12E | 19 | 35 |
| Octal | 245 | 151 | 243 | 0 | 44 | 1 | 43 | 456 | 31 | 65 |
| Binary | 10100101 | 1101001 | 10100011 | 0 | 100100 | 1 | 100011 | 100101110 | 11001 | 110101 |
Color Harmonies of #A569A3
Complementary color
Monochromatic Colors of #A569A3
Black with #A569A3
Text Example
Text Example
White with #A569A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569A3; }
p { color: rgb(165,105,163); }
H1.HeaderClassName
{
color: #A569A3;
}
.AnyTagClassName
{
color: #A569A3;
}
</style>
background-color css
<style>
a { background-color: #A569A3; }
a { background-color: rgb(165,105,163); }
div.DivClassName
{
background-color: #A569A3;
}
.BgClassName
{
background-color: #A569A3;
}
</style>
border-color css
<style>
span { border-color: #A569A3; }
span { border-color: rgb(165,105,163); }
td.TdClassName
{
border-color: #A569A3;
}
.TagClassName
{
border-color: #A569A3;
}
</style>