Shades of Violet Blue #A853AF
Tints of Violet Blue #A853AF
RGB
CMYK
RGB Variations
Color information
#A853AF (or 0xA853AF) is known color: Violet Blue. HEX triplet: A8, 53 and AF. RGB value is (168,83,175). Sum of RGB (Red+Green+Blue) = 168+83+175=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #A853AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853AF is #57AC50. Grayscale: #767676. Windows color (decimal): -5745745 or 11490216. OLE color: 11490216.
HSL color Cylindrical-coordinate representation of color #A853AF: hue angle of 295.43º 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 #A853AF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 83 | 175 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.31 |
| HSL | 295.43º | 0.37% | 0.51% | - |
| HSV(B) | 295.43º | 0.53% | 0.69% | - |
| XYZ | 26.98 | 17.61 | 42.53 | - |
| YUV | 118.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 175 | 0.04 | 0.53 | 0 | 0.31 | 295.43 | 0.37 | 0.51 |
| Hex | A8 | 53 | AF | 4 | 35 | 0 | 1F | 127 | 25 | 33 |
| Octal | 250 | 123 | 257 | 4 | 65 | 0 | 37 | 447 | 45 | 63 |
| Binary | 10101000 | 1010011 | 10101111 | 100 | 110101 | 0 | 11111 | 100100111 | 100101 | 110011 |
Color Harmonies of #A853AF
Complementary color
Monochromatic Colors of #A853AF
Black with #A853AF
Text Example
Text Example
White with #A853AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853AF; }
p { color: rgb(168,83,175); }
H1.HeaderClassName
{
color: #A853AF;
}
.AnyTagClassName
{
color: #A853AF;
}
</style>
background-color css
<style>
a { background-color: #A853AF; }
a { background-color: rgb(168,83,175); }
div.DivClassName
{
background-color: #A853AF;
}
.BgClassName
{
background-color: #A853AF;
}
</style>
border-color css
<style>
span { border-color: #A853AF; }
span { border-color: rgb(168,83,175); }
td.TdClassName
{
border-color: #A853AF;
}
.TagClassName
{
border-color: #A853AF;
}
</style>