Shades of Violet Blue #A653A3
Tints of Violet Blue #A653A3
RGB
CMYK
RGB Variations
Color information
#A653A3 (or 0xA653A3) is known color: Violet Blue. HEX triplet: A6, 53 and A3. RGB value is (166,83,163). Sum of RGB (Red+Green+Blue) = 166+83+163=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A653A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A653A3 is #59AC5C. Grayscale: #747474. Windows color (decimal): -5876829 or 10703782. OLE color: 10703782.
HSL color Cylindrical-coordinate representation of color #A653A3: hue angle of 302.17º 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 #A653A3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 163 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.35 |
| HSL | 302.17º | 0.33% | 0.49% | - |
| HSV(B) | 302.17º | 0.5% | 0.65% | - |
| XYZ | 25.43 | 16.94 | 36.58 | - |
| YUV | 116.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 163 | 0 | 0.50 | 0.02 | 0.35 | 302.17 | 0.33 | 0.49 |
| Hex | A6 | 53 | A3 | 0 | 32 | 2 | 23 | 12E | 21 | 31 |
| Octal | 246 | 123 | 243 | 0 | 62 | 2 | 43 | 456 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10100011 | 0 | 110010 | 10 | 100011 | 100101110 | 100001 | 110001 |
Color Harmonies of #A653A3
Complementary color
Monochromatic Colors of #A653A3
Black with #A653A3
Text Example
Text Example
White with #A653A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653A3; }
p { color: rgb(166,83,163); }
H1.HeaderClassName
{
color: #A653A3;
}
.AnyTagClassName
{
color: #A653A3;
}
</style>
background-color css
<style>
a { background-color: #A653A3; }
a { background-color: rgb(166,83,163); }
div.DivClassName
{
background-color: #A653A3;
}
.BgClassName
{
background-color: #A653A3;
}
</style>
border-color css
<style>
span { border-color: #A653A3; }
span { border-color: rgb(166,83,163); }
td.TdClassName
{
border-color: #A653A3;
}
.TagClassName
{
border-color: #A653A3;
}
</style>