Shades of Violet Blue #A853AA
Tints of Violet Blue #A853AA
RGB
CMYK
RGB Variations
Color information
#A853AA (or 0xA853AA) is known color: Violet Blue. HEX triplet: A8, 53 and AA. RGB value is (168,83,170). Sum of RGB (Red+Green+Blue) = 168+83+170=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A853AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853AA is #57AC55. Grayscale: #767676. Windows color (decimal): -5745750 or 11162536. OLE color: 11162536.
HSL color Cylindrical-coordinate representation of color #A853AA: hue angle of 298.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A853AA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 83 | 170 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.33 |
| HSL | 298.62º | 0.34% | 0.5% | - |
| HSV(B) | 298.62º | 0.51% | 0.67% | - |
| XYZ | 26.5 | 17.41 | 39.99 | - |
| YUV | 118.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 170 | 0.01 | 0.51 | 0 | 0.33 | 298.62 | 0.34 | 0.5 |
| Hex | A8 | 53 | AA | 1 | 33 | 0 | 21 | 12B | 22 | 32 |
| Octal | 250 | 123 | 252 | 1 | 63 | 0 | 41 | 453 | 42 | 62 |
| Binary | 10101000 | 1010011 | 10101010 | 1 | 110011 | 0 | 100001 | 100101011 | 100010 | 110010 |
Color Harmonies of #A853AA
Complementary color
Monochromatic Colors of #A853AA
Black with #A853AA
Text Example
Text Example
White with #A853AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853AA; }
p { color: rgb(168,83,170); }
H1.HeaderClassName
{
color: #A853AA;
}
.AnyTagClassName
{
color: #A853AA;
}
</style>
background-color css
<style>
a { background-color: #A853AA; }
a { background-color: rgb(168,83,170); }
div.DivClassName
{
background-color: #A853AA;
}
.BgClassName
{
background-color: #A853AA;
}
</style>
border-color css
<style>
span { border-color: #A853AA; }
span { border-color: rgb(168,83,170); }
td.TdClassName
{
border-color: #A853AA;
}
.TagClassName
{
border-color: #A853AA;
}
</style>