Shades of Violet Blue #A853A9
Tints of Violet Blue #A853A9
RGB
CMYK
RGB Variations
Color information
#A853A9 (or 0xA853A9) is known color: Violet Blue. HEX triplet: A8, 53 and A9. RGB value is (168,83,169). Sum of RGB (Red+Green+Blue) = 168+83+169=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #A853A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853A9 is #57AC56. Grayscale: #757575. Windows color (decimal): -5745751 or 11097000. OLE color: 11097000.
HSL color Cylindrical-coordinate representation of color #A853A9: hue angle of 299.3º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A853A9 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 169 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.34 |
| HSL | 299.3º | 0.34% | 0.49% | - |
| HSV(B) | 299.3º | 0.51% | 0.66% | - |
| XYZ | 26.4 | 17.38 | 39.5 | - |
| YUV | 118.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 169 | 0.01 | 0.51 | 0 | 0.34 | 299.3 | 0.34 | 0.49 |
| Hex | A8 | 53 | A9 | 1 | 33 | 0 | 22 | 12B | 22 | 31 |
| Octal | 250 | 123 | 251 | 1 | 63 | 0 | 42 | 453 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10101001 | 1 | 110011 | 0 | 100010 | 100101011 | 100010 | 110001 |
Color Harmonies of #A853A9
Complementary color
Monochromatic Colors of #A853A9
Black with #A853A9
Text Example
Text Example
White with #A853A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853A9; }
p { color: rgb(168,83,169); }
H1.HeaderClassName
{
color: #A853A9;
}
.AnyTagClassName
{
color: #A853A9;
}
</style>
background-color css
<style>
a { background-color: #A853A9; }
a { background-color: rgb(168,83,169); }
div.DivClassName
{
background-color: #A853A9;
}
.BgClassName
{
background-color: #A853A9;
}
</style>
border-color css
<style>
span { border-color: #A853A9; }
span { border-color: rgb(168,83,169); }
td.TdClassName
{
border-color: #A853A9;
}
.TagClassName
{
border-color: #A853A9;
}
</style>