Shades of Violet Blue #AC3BA5
Tints of Violet Blue #AC3BA5
RGB
CMYK
RGB Variations
Color information
#AC3BA5 (or 0xAC3BA5) is known color: Violet Blue. HEX triplet: AC, 3B and A5. RGB value is (172,59,165). Sum of RGB (Red+Green+Blue) = 172+59+165=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3BA5 is #53C45A. Grayscale: #686868. Windows color (decimal): -5489755 or 10828716. OLE color: 10828716.
HSL color Cylindrical-coordinate representation of color #AC3BA5: hue angle of 303.72º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3BA5 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 59 | 165 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.33 |
| HSL | 303.72º | 0.49% | 0.45% | - |
| HSV(B) | 303.72º | 0.66% | 0.67% | - |
| XYZ | 25.37 | 14.62 | 37.08 | - |
| YUV | 104.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 165 | 0 | 0.66 | 0.04 | 0.33 | 303.72 | 0.49 | 0.45 |
| Hex | AC | 3B | A5 | 0 | 42 | 4 | 21 | 130 | 31 | 2D |
| Octal | 254 | 73 | 245 | 0 | 102 | 4 | 41 | 460 | 61 | 55 |
| Binary | 10101100 | 111011 | 10100101 | 0 | 1000010 | 100 | 100001 | 100110000 | 110001 | 101101 |
Color Harmonies of #AC3BA5
Complementary color
Monochromatic Colors of #AC3BA5
Black with #AC3BA5
Text Example
Text Example
White with #AC3BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BA5; }
p { color: rgb(172,59,165); }
H1.HeaderClassName
{
color: #AC3BA5;
}
.AnyTagClassName
{
color: #AC3BA5;
}
</style>
background-color css
<style>
a { background-color: #AC3BA5; }
a { background-color: rgb(172,59,165); }
div.DivClassName
{
background-color: #AC3BA5;
}
.BgClassName
{
background-color: #AC3BA5;
}
</style>
border-color css
<style>
span { border-color: #AC3BA5; }
span { border-color: rgb(172,59,165); }
td.TdClassName
{
border-color: #AC3BA5;
}
.TagClassName
{
border-color: #AC3BA5;
}
</style>