Shades of Violet Blue #A355AF
Tints of Violet Blue #A355AF
RGB
CMYK
RGB Variations
Color information
#A355AF (or 0xA355AF) is known color: Violet Blue. HEX triplet: A3, 55 and AF. RGB value is (163,85,175). Sum of RGB (Red+Green+Blue) = 163+85+175=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A355AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AF is #5CAA50. Grayscale: #767676. Windows color (decimal): -6072913 or 11490723. OLE color: 11490723.
HSL color Cylindrical-coordinate representation of color #A355AF: hue angle of 292º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A355AF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 85 | 175 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.31 |
| HSL | 292º | 0.36% | 0.51% | - |
| HSV(B) | 292º | 0.51% | 0.69% | - |
| XYZ | 26.09 | 17.38 | 42.54 | - |
| YUV | 118.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 175 | 0.07 | 0.51 | 0 | 0.31 | 292 | 0.36 | 0.51 |
| Hex | A3 | 55 | AF | 7 | 33 | 0 | 1F | 124 | 24 | 33 |
| Octal | 243 | 125 | 257 | 7 | 63 | 0 | 37 | 444 | 44 | 63 |
| Binary | 10100011 | 1010101 | 10101111 | 111 | 110011 | 0 | 11111 | 100100100 | 100100 | 110011 |
Color Harmonies of #A355AF
Complementary color
Monochromatic Colors of #A355AF
Black with #A355AF
Text Example
Text Example
White with #A355AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355AF; }
p { color: rgb(163,85,175); }
H1.HeaderClassName
{
color: #A355AF;
}
.AnyTagClassName
{
color: #A355AF;
}
</style>
background-color css
<style>
a { background-color: #A355AF; }
a { background-color: rgb(163,85,175); }
div.DivClassName
{
background-color: #A355AF;
}
.BgClassName
{
background-color: #A355AF;
}
</style>
border-color css
<style>
span { border-color: #A355AF; }
span { border-color: rgb(163,85,175); }
td.TdClassName
{
border-color: #A355AF;
}
.TagClassName
{
border-color: #A355AF;
}
</style>