Shades of Violet Blue #A653AF
Tints of Violet Blue #A653AF
RGB
CMYK
RGB Variations
Color information
#A653AF (or 0xA653AF) is known color: Violet Blue. HEX triplet: A6, 53 and AF. RGB value is (166,83,175). Sum of RGB (Red+Green+Blue) = 166+83+175=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A653AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A653AF is #59AC50. Grayscale: #767676. Windows color (decimal): -5876817 or 11490214. OLE color: 11490214.
HSL color Cylindrical-coordinate representation of color #A653AF: hue angle of 294.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A653AF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 83 | 175 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.31 |
| HSL | 294.13º | 0.37% | 0.51% | - |
| HSV(B) | 294.13º | 0.53% | 0.69% | - |
| XYZ | 26.56 | 17.39 | 42.51 | - |
| YUV | 118.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 175 | 0.05 | 0.53 | 0 | 0.31 | 294.13 | 0.37 | 0.51 |
| Hex | A6 | 53 | AF | 5 | 35 | 0 | 1F | 126 | 25 | 33 |
| Octal | 246 | 123 | 257 | 5 | 65 | 0 | 37 | 446 | 45 | 63 |
| Binary | 10100110 | 1010011 | 10101111 | 101 | 110101 | 0 | 11111 | 100100110 | 100101 | 110011 |
Color Harmonies of #A653AF
Complementary color
Monochromatic Colors of #A653AF
Black with #A653AF
Text Example
Text Example
White with #A653AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653AF; }
p { color: rgb(166,83,175); }
H1.HeaderClassName
{
color: #A653AF;
}
.AnyTagClassName
{
color: #A653AF;
}
</style>
background-color css
<style>
a { background-color: #A653AF; }
a { background-color: rgb(166,83,175); }
div.DivClassName
{
background-color: #A653AF;
}
.BgClassName
{
background-color: #A653AF;
}
</style>
border-color css
<style>
span { border-color: #A653AF; }
span { border-color: rgb(166,83,175); }
td.TdClassName
{
border-color: #A653AF;
}
.TagClassName
{
border-color: #A653AF;
}
</style>