Shades of Violet Blue #A653AD
Tints of Violet Blue #A653AD
RGB
CMYK
RGB Variations
Color information
#A653AD (or 0xA653AD) is known color: Violet Blue. HEX triplet: A6, 53 and AD. RGB value is (166,83,173). Sum of RGB (Red+Green+Blue) = 166+83+173=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A653AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A653AD is #59AC52. Grayscale: #757575. Windows color (decimal): -5876819 or 11359142. OLE color: 11359142.
HSL color Cylindrical-coordinate representation of color #A653AD: hue angle of 295.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A653AD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 83 | 173 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.32 |
| HSL | 295.33º | 0.35% | 0.5% | - |
| HSV(B) | 295.33º | 0.52% | 0.68% | - |
| XYZ | 26.36 | 17.31 | 41.49 | - |
| YUV | 118.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 173 | 0.04 | 0.52 | 0 | 0.32 | 295.33 | 0.35 | 0.5 |
| Hex | A6 | 53 | AD | 4 | 34 | 0 | 20 | 127 | 23 | 32 |
| Octal | 246 | 123 | 255 | 4 | 64 | 0 | 40 | 447 | 43 | 62 |
| Binary | 10100110 | 1010011 | 10101101 | 100 | 110100 | 0 | 100000 | 100100111 | 100011 | 110010 |
Color Harmonies of #A653AD
Complementary color
Monochromatic Colors of #A653AD
Black with #A653AD
Text Example
Text Example
White with #A653AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653AD; }
p { color: rgb(166,83,173); }
H1.HeaderClassName
{
color: #A653AD;
}
.AnyTagClassName
{
color: #A653AD;
}
</style>
background-color css
<style>
a { background-color: #A653AD; }
a { background-color: rgb(166,83,173); }
div.DivClassName
{
background-color: #A653AD;
}
.BgClassName
{
background-color: #A653AD;
}
</style>
border-color css
<style>
span { border-color: #A653AD; }
span { border-color: rgb(166,83,173); }
td.TdClassName
{
border-color: #A653AD;
}
.TagClassName
{
border-color: #A653AD;
}
</style>