Shades of Violet Blue #AC439C
Tints of Violet Blue #AC439C
RGB
CMYK
RGB Variations
Color information
#AC439C (or 0xAC439C) is known color: Violet Blue. HEX triplet: AC, 43 and 9C. RGB value is (172,67,156). Sum of RGB (Red+Green+Blue) = 172+67+156=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC439C is #53BC63. Grayscale: #6C6C6C. Windows color (decimal): -5487716 or 10240940. OLE color: 10240940.
HSL color Cylindrical-coordinate representation of color #AC439C: hue angle of 309.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC439C is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 156 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.33 |
| HSL | 309.14º | 0.44% | 0.47% | - |
| HSV(B) | 309.14º | 0.61% | 0.67% | - |
| XYZ | 25.02 | 15.19 | 33.06 | - |
| YUV | 108.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 156 | 0 | 0.61 | 0.09 | 0.33 | 309.14 | 0.44 | 0.47 |
| Hex | AC | 43 | 9C | 0 | 3D | 9 | 21 | 135 | 2C | 2F |
| Octal | 254 | 103 | 234 | 0 | 75 | 11 | 41 | 465 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10011100 | 0 | 111101 | 1001 | 100001 | 100110101 | 101100 | 101111 |
Color Harmonies of #AC439C
Complementary color
Monochromatic Colors of #AC439C
Black with #AC439C
Text Example
Text Example
White with #AC439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC439C; }
p { color: rgb(172,67,156); }
H1.HeaderClassName
{
color: #AC439C;
}
.AnyTagClassName
{
color: #AC439C;
}
</style>
background-color css
<style>
a { background-color: #AC439C; }
a { background-color: rgb(172,67,156); }
div.DivClassName
{
background-color: #AC439C;
}
.BgClassName
{
background-color: #AC439C;
}
</style>
border-color css
<style>
span { border-color: #AC439C; }
span { border-color: rgb(172,67,156); }
td.TdClassName
{
border-color: #AC439C;
}
.TagClassName
{
border-color: #AC439C;
}
</style>