Shades of Violet Blue #A550AC
Tints of Violet Blue #A550AC
RGB
CMYK
RGB Variations
Color information
#A550AC (or 0xA550AC) is known color: Violet Blue. HEX triplet: A5, 50 and AC. RGB value is (165,80,172). Sum of RGB (Red+Green+Blue) = 165+80+172=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #A550AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A550AC is #5AAF53. Grayscale: #737373. Windows color (decimal): -5943124 or 11292837. OLE color: 11292837.
HSL color Cylindrical-coordinate representation of color #A550AC: hue angle of 295.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A550AC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 80 | 172 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.33 |
| HSL | 295.43º | 0.37% | 0.49% | - |
| HSV(B) | 295.43º | 0.53% | 0.67% | - |
| XYZ | 25.83 | 16.72 | 40.89 | - |
| YUV | 115.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 172 | 0.04 | 0.53 | 0 | 0.33 | 295.43 | 0.37 | 0.49 |
| Hex | A5 | 50 | AC | 4 | 35 | 0 | 21 | 127 | 25 | 31 |
| Octal | 245 | 120 | 254 | 4 | 65 | 0 | 41 | 447 | 45 | 61 |
| Binary | 10100101 | 1010000 | 10101100 | 100 | 110101 | 0 | 100001 | 100100111 | 100101 | 110001 |
Color Harmonies of #A550AC
Complementary color
Monochromatic Colors of #A550AC
Black with #A550AC
Text Example
Text Example
White with #A550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550AC; }
p { color: rgb(165,80,172); }
H1.HeaderClassName
{
color: #A550AC;
}
.AnyTagClassName
{
color: #A550AC;
}
</style>
background-color css
<style>
a { background-color: #A550AC; }
a { background-color: rgb(165,80,172); }
div.DivClassName
{
background-color: #A550AC;
}
.BgClassName
{
background-color: #A550AC;
}
</style>
border-color css
<style>
span { border-color: #A550AC; }
span { border-color: rgb(165,80,172); }
td.TdClassName
{
border-color: #A550AC;
}
.TagClassName
{
border-color: #A550AC;
}
</style>