Shades of Violet Blue #AC40A5
Tints of Violet Blue #AC40A5
RGB
CMYK
RGB Variations
Color information
#AC40A5 (or 0xAC40A5) is known color: Violet Blue. HEX triplet: AC, 40 and A5. RGB value is (172,64,165). Sum of RGB (Red+Green+Blue) = 172+64+165=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40A5 is #53BF5A. Grayscale: #6B6B6B. Windows color (decimal): -5488475 or 10829996. OLE color: 10829996.
HSL color Cylindrical-coordinate representation of color #AC40A5: hue angle of 303.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40A5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 165 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.33 |
| HSL | 303.89º | 0.46% | 0.46% | - |
| HSV(B) | 303.89º | 0.63% | 0.67% | - |
| XYZ | 25.64 | 15.15 | 37.17 | - |
| YUV | 107.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 165 | 0 | 0.63 | 0.04 | 0.33 | 303.89 | 0.46 | 0.46 |
| Hex | AC | 40 | A5 | 0 | 3F | 4 | 21 | 130 | 2E | 2E |
| Octal | 254 | 100 | 245 | 0 | 77 | 4 | 41 | 460 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10100101 | 0 | 111111 | 100 | 100001 | 100110000 | 101110 | 101110 |
Color Harmonies of #AC40A5
Complementary color
Monochromatic Colors of #AC40A5
Black with #AC40A5
Text Example
Text Example
White with #AC40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40A5; }
p { color: rgb(172,64,165); }
H1.HeaderClassName
{
color: #AC40A5;
}
.AnyTagClassName
{
color: #AC40A5;
}
</style>
background-color css
<style>
a { background-color: #AC40A5; }
a { background-color: rgb(172,64,165); }
div.DivClassName
{
background-color: #AC40A5;
}
.BgClassName
{
background-color: #AC40A5;
}
</style>
border-color css
<style>
span { border-color: #AC40A5; }
span { border-color: rgb(172,64,165); }
td.TdClassName
{
border-color: #AC40A5;
}
.TagClassName
{
border-color: #AC40A5;
}
</style>