Shades of Violet Blue #AC439F
Tints of Violet Blue #AC439F
RGB
CMYK
RGB Variations
Color information
#AC439F (or 0xAC439F) is known color: Violet Blue. HEX triplet: AC, 43 and 9F. RGB value is (172,67,159). Sum of RGB (Red+Green+Blue) = 172+67+159=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC439F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC439F is #53BC60. Grayscale: #6C6C6C. Windows color (decimal): -5487713 or 10437548. OLE color: 10437548.
HSL color Cylindrical-coordinate representation of color #AC439F: hue angle of 307.43º 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 #AC439F is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 159 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.33 |
| HSL | 307.43º | 0.44% | 0.47% | - |
| HSV(B) | 307.43º | 0.61% | 0.67% | - |
| XYZ | 25.28 | 15.29 | 34.42 | - |
| YUV | 108.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 159 | 0 | 0.61 | 0.08 | 0.33 | 307.43 | 0.44 | 0.47 |
| Hex | AC | 43 | 9F | 0 | 3D | 8 | 21 | 133 | 2C | 2F |
| Octal | 254 | 103 | 237 | 0 | 75 | 10 | 41 | 463 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10011111 | 0 | 111101 | 1000 | 100001 | 100110011 | 101100 | 101111 |
Color Harmonies of #AC439F
Complementary color
Monochromatic Colors of #AC439F
Black with #AC439F
Text Example
Text Example
White with #AC439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC439F; }
p { color: rgb(172,67,159); }
H1.HeaderClassName
{
color: #AC439F;
}
.AnyTagClassName
{
color: #AC439F;
}
</style>
background-color css
<style>
a { background-color: #AC439F; }
a { background-color: rgb(172,67,159); }
div.DivClassName
{
background-color: #AC439F;
}
.BgClassName
{
background-color: #AC439F;
}
</style>
border-color css
<style>
span { border-color: #AC439F; }
span { border-color: rgb(172,67,159); }
td.TdClassName
{
border-color: #AC439F;
}
.TagClassName
{
border-color: #AC439F;
}
</style>