Shades of Violet Blue #A553AF
Tints of Violet Blue #A553AF
RGB
CMYK
RGB Variations
Color information
#A553AF (or 0xA553AF) is known color: Violet Blue. HEX triplet: A5, 53 and AF. RGB value is (165,83,175). Sum of RGB (Red+Green+Blue) = 165+83+175=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 83 (32.81% from 255 or 19.62% 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 #A553AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553AF is #5AAC50. Grayscale: #757575. Windows color (decimal): -5942353 or 11490213. OLE color: 11490213.
HSL color Cylindrical-coordinate representation of color #A553AF: hue angle of 293.48º 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 #A553AF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 83 | 175 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.31 |
| HSL | 293.48º | 0.37% | 0.51% | - |
| HSV(B) | 293.48º | 0.53% | 0.69% | - |
| XYZ | 26.35 | 17.28 | 42.5 | - |
| YUV | 118.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 175 | 0.06 | 0.53 | 0 | 0.31 | 293.48 | 0.37 | 0.51 |
| Hex | A5 | 53 | AF | 6 | 35 | 0 | 1F | 125 | 25 | 33 |
| Octal | 245 | 123 | 257 | 6 | 65 | 0 | 37 | 445 | 45 | 63 |
| Binary | 10100101 | 1010011 | 10101111 | 110 | 110101 | 0 | 11111 | 100100101 | 100101 | 110011 |
Color Harmonies of #A553AF
Complementary color
Monochromatic Colors of #A553AF
Black with #A553AF
Text Example
Text Example
White with #A553AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A553AF; }
p { color: rgb(165,83,175); }
H1.HeaderClassName
{
color: #A553AF;
}
.AnyTagClassName
{
color: #A553AF;
}
</style>
background-color css
<style>
a { background-color: #A553AF; }
a { background-color: rgb(165,83,175); }
div.DivClassName
{
background-color: #A553AF;
}
.BgClassName
{
background-color: #A553AF;
}
</style>
border-color css
<style>
span { border-color: #A553AF; }
span { border-color: rgb(165,83,175); }
td.TdClassName
{
border-color: #A553AF;
}
.TagClassName
{
border-color: #A553AF;
}
</style>