Shades of Violet Blue #AC4BA3
Tints of Violet Blue #AC4BA3
RGB
CMYK
RGB Variations
Color information
#AC4BA3 (or 0xAC4BA3) is known color: Violet Blue. HEX triplet: AC, 4B and A3. RGB value is (172,75,163). Sum of RGB (Red+Green+Blue) = 172+75+163=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BA3 is #53B45C. Grayscale: #717171. Windows color (decimal): -5485661 or 10701740. OLE color: 10701740.
HSL color Cylindrical-coordinate representation of color #AC4BA3: hue angle of 305.57º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4BA3 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 163 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.33 |
| HSL | 305.57º | 0.39% | 0.48% | - |
| HSV(B) | 305.57º | 0.56% | 0.67% | - |
| XYZ | 26.14 | 16.45 | 36.45 | - |
| YUV | 114.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 163 | 0 | 0.56 | 0.05 | 0.33 | 305.57 | 0.39 | 0.48 |
| Hex | AC | 4B | A3 | 0 | 38 | 5 | 21 | 132 | 27 | 30 |
| Octal | 254 | 113 | 243 | 0 | 70 | 5 | 41 | 462 | 47 | 60 |
| Binary | 10101100 | 1001011 | 10100011 | 0 | 111000 | 101 | 100001 | 100110010 | 100111 | 110000 |
Color Harmonies of #AC4BA3
Complementary color
Monochromatic Colors of #AC4BA3
Black with #AC4BA3
Text Example
Text Example
White with #AC4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BA3; }
p { color: rgb(172,75,163); }
H1.HeaderClassName
{
color: #AC4BA3;
}
.AnyTagClassName
{
color: #AC4BA3;
}
</style>
background-color css
<style>
a { background-color: #AC4BA3; }
a { background-color: rgb(172,75,163); }
div.DivClassName
{
background-color: #AC4BA3;
}
.BgClassName
{
background-color: #AC4BA3;
}
</style>
border-color css
<style>
span { border-color: #AC4BA3; }
span { border-color: rgb(172,75,163); }
td.TdClassName
{
border-color: #AC4BA3;
}
.TagClassName
{
border-color: #AC4BA3;
}
</style>