Shades of Violet Blue #A365A9
Tints of Violet Blue #A365A9
RGB
CMYK
RGB Variations
Color information
#A365A9 (or 0xA365A9) is known color: Violet Blue. HEX triplet: A3, 65 and A9. RGB value is (163,101,169). Sum of RGB (Red+Green+Blue) = 163+101+169=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 169 - color contains mainly: blue. Hex color #A365A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365A9 is #5C9A56. Grayscale: #7F7F7F. Windows color (decimal): -6068823 or 11101603. OLE color: 11101603.
HSL color Cylindrical-coordinate representation of color #A365A9: hue angle of 294.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A365A9 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 101 | 169 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.34 |
| HSL | 294.71º | 0.28% | 0.53% | - |
| HSV(B) | 294.71º | 0.4% | 0.66% | - |
| XYZ | 26.92 | 19.96 | 39.97 | - |
| YUV | 127.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 169 | 0.04 | 0.40 | 0 | 0.34 | 294.71 | 0.28 | 0.53 |
| Hex | A3 | 65 | A9 | 4 | 28 | 0 | 22 | 127 | 1C | 35 |
| Octal | 243 | 145 | 251 | 4 | 50 | 0 | 42 | 447 | 34 | 65 |
| Binary | 10100011 | 1100101 | 10101001 | 100 | 101000 | 0 | 100010 | 100100111 | 11100 | 110101 |
Color Harmonies of #A365A9
Complementary color
Monochromatic Colors of #A365A9
Black with #A365A9
Text Example
Text Example
White with #A365A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365A9; }
p { color: rgb(163,101,169); }
H1.HeaderClassName
{
color: #A365A9;
}
.AnyTagClassName
{
color: #A365A9;
}
</style>
background-color css
<style>
a { background-color: #A365A9; }
a { background-color: rgb(163,101,169); }
div.DivClassName
{
background-color: #A365A9;
}
.BgClassName
{
background-color: #A365A9;
}
</style>
border-color css
<style>
span { border-color: #A365A9; }
span { border-color: rgb(163,101,169); }
td.TdClassName
{
border-color: #A365A9;
}
.TagClassName
{
border-color: #A365A9;
}
</style>