Shades of Violet Blue #AC5BA5
Tints of Violet Blue #AC5BA5
RGB
CMYK
RGB Variations
Color information
#AC5BA5 (or 0xAC5BA5) is known color: Violet Blue. HEX triplet: AC, 5B and A5. RGB value is (172,91,165). Sum of RGB (Red+Green+Blue) = 172+91+165=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5BA5 is #53A45A. Grayscale: #7B7B7B. Windows color (decimal): -5481563 or 10836908. OLE color: 10836908.
HSL color Cylindrical-coordinate representation of color #AC5BA5: hue angle of 305.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5BA5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 165 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.33 |
| HSL | 305.19º | 0.33% | 0.52% | - |
| HSV(B) | 305.19º | 0.47% | 0.67% | - |
| XYZ | 27.55 | 18.97 | 37.81 | - |
| YUV | 123.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 165 | 0 | 0.47 | 0.04 | 0.33 | 305.19 | 0.33 | 0.52 |
| Hex | AC | 5B | A5 | 0 | 2F | 4 | 21 | 131 | 21 | 34 |
| Octal | 254 | 133 | 245 | 0 | 57 | 4 | 41 | 461 | 41 | 64 |
| Binary | 10101100 | 1011011 | 10100101 | 0 | 101111 | 100 | 100001 | 100110001 | 100001 | 110100 |
Color Harmonies of #AC5BA5
Complementary color
Monochromatic Colors of #AC5BA5
Black with #AC5BA5
Text Example
Text Example
White with #AC5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BA5; }
p { color: rgb(172,91,165); }
H1.HeaderClassName
{
color: #AC5BA5;
}
.AnyTagClassName
{
color: #AC5BA5;
}
</style>
background-color css
<style>
a { background-color: #AC5BA5; }
a { background-color: rgb(172,91,165); }
div.DivClassName
{
background-color: #AC5BA5;
}
.BgClassName
{
background-color: #AC5BA5;
}
</style>
border-color css
<style>
span { border-color: #AC5BA5; }
span { border-color: rgb(172,91,165); }
td.TdClassName
{
border-color: #AC5BA5;
}
.TagClassName
{
border-color: #AC5BA5;
}
</style>