Shades of Violet Blue #AC50A5
Tints of Violet Blue #AC50A5
RGB
CMYK
RGB Variations
Color information
#AC50A5 (or 0xAC50A5) is known color: Violet Blue. HEX triplet: AC, 50 and A5. RGB value is (172,80,165). Sum of RGB (Red+Green+Blue) = 172+80+165=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC50A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50A5 is #53AF5A. Grayscale: #747474. Windows color (decimal): -5484379 or 10834092. OLE color: 10834092.
HSL color Cylindrical-coordinate representation of color #AC50A5: hue angle of 304.57º 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 #AC50A5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 165 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.33 |
| HSL | 304.57º | 0.37% | 0.49% | - |
| HSV(B) | 304.57º | 0.53% | 0.67% | - |
| XYZ | 26.67 | 17.22 | 37.52 | - |
| YUV | 117.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 165 | 0 | 0.53 | 0.04 | 0.33 | 304.57 | 0.37 | 0.49 |
| Hex | AC | 50 | A5 | 0 | 35 | 4 | 21 | 131 | 25 | 31 |
| Octal | 254 | 120 | 245 | 0 | 65 | 4 | 41 | 461 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10100101 | 0 | 110101 | 100 | 100001 | 100110001 | 100101 | 110001 |
Color Harmonies of #AC50A5
Complementary color
Monochromatic Colors of #AC50A5
Black with #AC50A5
Text Example
Text Example
White with #AC50A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50A5; }
p { color: rgb(172,80,165); }
H1.HeaderClassName
{
color: #AC50A5;
}
.AnyTagClassName
{
color: #AC50A5;
}
</style>
background-color css
<style>
a { background-color: #AC50A5; }
a { background-color: rgb(172,80,165); }
div.DivClassName
{
background-color: #AC50A5;
}
.BgClassName
{
background-color: #AC50A5;
}
</style>
border-color css
<style>
span { border-color: #AC50A5; }
span { border-color: rgb(172,80,165); }
td.TdClassName
{
border-color: #AC50A5;
}
.TagClassName
{
border-color: #AC50A5;
}
</style>