Shades of Violet Blue #AC4DAC
Tints of Violet Blue #AC4DAC
RGB
CMYK
RGB Variations
Color information
#AC4DAC (or 0xAC4DAC) is known color: Violet Blue. HEX triplet: AC, 4D and AC. RGB value is (172,77,172). Sum of RGB (Red+Green+Blue) = 172+77+172=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4DAC is #53B253. Grayscale: #737373. Windows color (decimal): -5485140 or 11292076. OLE color: 11292076.
HSL color Cylindrical-coordinate representation of color #AC4DAC: hue angle of 300º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4DAC is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 77 | 172 | - |
CMYK | 0 | 0.55 | 0 | 0.33 |
HSL | 300º | 0.38% | 0.49% | - |
HSV(B) | 300º | 0.55% | 0.67% | - |
XYZ | 27.11 | 17.06 | 40.89 | - |
YUV | 116.24 | 159.47 | 167.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 77 | 172 | 0 | 0.55 | 0 | 0.33 | 300 | 0.38 | 0.49 |
Hex | AC | 4D | AC | 0 | 37 | 0 | 21 | 12C | 26 | 31 |
Octal | 254 | 115 | 254 | 0 | 67 | 0 | 41 | 454 | 46 | 61 |
Binary | 10101100 | 1001101 | 10101100 | 0 | 110111 | 0 | 100001 | 100101100 | 100110 | 110001 |
Color Harmonies of #AC4DAC
Complementary color
Monochromatic Colors of #AC4DAC
Black with #AC4DAC
Text Example
Text Example
White with #AC4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DAC; }
p { color: rgb(172,77,172); }
H1.HeaderClassName
{
color: #AC4DAC;
}
.AnyTagClassName
{
color: #AC4DAC;
}
</style>
background-color css
<style>
a { background-color: #AC4DAC; }
a { background-color: rgb(172,77,172); }
div.DivClassName
{
background-color: #AC4DAC;
}
.BgClassName
{
background-color: #AC4DAC;
}
</style>
border-color css
<style>
span { border-color: #AC4DAC; }
span { border-color: rgb(172,77,172); }
td.TdClassName
{
border-color: #AC4DAC;
}
.TagClassName
{
border-color: #AC4DAC;
}
</style>