Shades of Violet Blue #A653A1
Tints of Violet Blue #A653A1
RGB
CMYK
RGB Variations
Color information
#A653A1 (or 0xA653A1) is known color: Violet Blue. HEX triplet: A6, 53 and A1. RGB value is (166,83,161). Sum of RGB (Red+Green+Blue) = 166+83+161=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A653A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A653A1 is #59AC5E. Grayscale: #747474. Windows color (decimal): -5876831 or 10572710. OLE color: 10572710.
HSL color Cylindrical-coordinate representation of color #A653A1: hue angle of 303.61º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A653A1 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 161 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.35 |
| HSL | 303.61º | 0.33% | 0.49% | - |
| HSV(B) | 303.61º | 0.5% | 0.65% | - |
| XYZ | 25.25 | 16.87 | 35.64 | - |
| YUV | 116.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 161 | 0 | 0.50 | 0.03 | 0.35 | 303.61 | 0.33 | 0.49 |
| Hex | A6 | 53 | A1 | 0 | 32 | 3 | 23 | 130 | 21 | 31 |
| Octal | 246 | 123 | 241 | 0 | 62 | 3 | 43 | 460 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10100001 | 0 | 110010 | 11 | 100011 | 100110000 | 100001 | 110001 |
Color Harmonies of #A653A1
Complementary color
Monochromatic Colors of #A653A1
Black with #A653A1
Text Example
Text Example
White with #A653A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653A1; }
p { color: rgb(166,83,161); }
H1.HeaderClassName
{
color: #A653A1;
}
.AnyTagClassName
{
color: #A653A1;
}
</style>
background-color css
<style>
a { background-color: #A653A1; }
a { background-color: rgb(166,83,161); }
div.DivClassName
{
background-color: #A653A1;
}
.BgClassName
{
background-color: #A653A1;
}
</style>
border-color css
<style>
span { border-color: #A653A1; }
span { border-color: rgb(166,83,161); }
td.TdClassName
{
border-color: #A653A1;
}
.TagClassName
{
border-color: #A653A1;
}
</style>