Shades of Violet Blue #AC419C
Tints of Violet Blue #AC419C
RGB
CMYK
RGB Variations
Color information
#AC419C (or 0xAC419C) is known color: Violet Blue. HEX triplet: AC, 41 and 9C. RGB value is (172,65,156). Sum of RGB (Red+Green+Blue) = 172+65+156=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC419C is #53BE63. Grayscale: #6B6B6B. Windows color (decimal): -5488228 or 10240428. OLE color: 10240428.
HSL color Cylindrical-coordinate representation of color #AC419C: hue angle of 308.97º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC419C is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 156 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.33 |
| HSL | 308.97º | 0.45% | 0.46% | - |
| HSV(B) | 308.97º | 0.62% | 0.67% | - |
| XYZ | 24.9 | 14.95 | 33.03 | - |
| YUV | 107.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 156 | 0 | 0.62 | 0.09 | 0.33 | 308.97 | 0.45 | 0.46 |
| Hex | AC | 41 | 9C | 0 | 3E | 9 | 21 | 135 | 2D | 2E |
| Octal | 254 | 101 | 234 | 0 | 76 | 11 | 41 | 465 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10011100 | 0 | 111110 | 1001 | 100001 | 100110101 | 101101 | 101110 |
Color Harmonies of #AC419C
Complementary color
Monochromatic Colors of #AC419C
Black with #AC419C
Text Example
Text Example
White with #AC419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC419C; }
p { color: rgb(172,65,156); }
H1.HeaderClassName
{
color: #AC419C;
}
.AnyTagClassName
{
color: #AC419C;
}
</style>
background-color css
<style>
a { background-color: #AC419C; }
a { background-color: rgb(172,65,156); }
div.DivClassName
{
background-color: #AC419C;
}
.BgClassName
{
background-color: #AC419C;
}
</style>
border-color css
<style>
span { border-color: #AC419C; }
span { border-color: rgb(172,65,156); }
td.TdClassName
{
border-color: #AC419C;
}
.TagClassName
{
border-color: #AC419C;
}
</style>