Shades of Violet Blue #A853AD
Tints of Violet Blue #A853AD
RGB
CMYK
RGB Variations
Color information
#A853AD (or 0xA853AD) is known color: Violet Blue. HEX triplet: A8, 53 and AD. RGB value is (168,83,173). Sum of RGB (Red+Green+Blue) = 168+83+173=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A853AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853AD is #57AC52. Grayscale: #767676. Windows color (decimal): -5745747 or 11359144. OLE color: 11359144.
HSL color Cylindrical-coordinate representation of color #A853AD: hue angle of 296.67º 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 #A853AD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 83 | 173 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.32 |
| HSL | 296.67º | 0.35% | 0.5% | - |
| HSV(B) | 296.67º | 0.52% | 0.68% | - |
| XYZ | 26.78 | 17.53 | 41.51 | - |
| YUV | 118.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 173 | 0.03 | 0.52 | 0 | 0.32 | 296.67 | 0.35 | 0.5 |
| Hex | A8 | 53 | AD | 3 | 34 | 0 | 20 | 129 | 23 | 32 |
| Octal | 250 | 123 | 255 | 3 | 64 | 0 | 40 | 451 | 43 | 62 |
| Binary | 10101000 | 1010011 | 10101101 | 11 | 110100 | 0 | 100000 | 100101001 | 100011 | 110010 |
Color Harmonies of #A853AD
Complementary color
Monochromatic Colors of #A853AD
Black with #A853AD
Text Example
Text Example
White with #A853AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853AD; }
p { color: rgb(168,83,173); }
H1.HeaderClassName
{
color: #A853AD;
}
.AnyTagClassName
{
color: #A853AD;
}
</style>
background-color css
<style>
a { background-color: #A853AD; }
a { background-color: rgb(168,83,173); }
div.DivClassName
{
background-color: #A853AD;
}
.BgClassName
{
background-color: #A853AD;
}
</style>
border-color css
<style>
span { border-color: #A853AD; }
span { border-color: rgb(168,83,173); }
td.TdClassName
{
border-color: #A853AD;
}
.TagClassName
{
border-color: #A853AD;
}
</style>