Shades of Violet Blue #AC65A9
Tints of Violet Blue #AC65A9
RGB
CMYK
RGB Variations
Color information
#AC65A9 (or 0xAC65A9) is known color: Violet Blue. HEX triplet: AC, 65 and A9. RGB value is (172,101,169). Sum of RGB (Red+Green+Blue) = 172+101+169=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC65A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65A9 is #539A56. Grayscale: #818181. Windows color (decimal): -5478999 or 11101612. OLE color: 11101612.
HSL color Cylindrical-coordinate representation of color #AC65A9: hue angle of 302.54º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC65A9 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 169 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.33 |
| HSL | 302.54º | 0.3% | 0.54% | - |
| HSV(B) | 302.54º | 0.41% | 0.67% | - |
| XYZ | 28.83 | 20.94 | 40.06 | - |
| YUV | 129.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 169 | 0 | 0.41 | 0.02 | 0.33 | 302.54 | 0.3 | 0.54 |
| Hex | AC | 65 | A9 | 0 | 29 | 2 | 21 | 12F | 1E | 36 |
| Octal | 254 | 145 | 251 | 0 | 51 | 2 | 41 | 457 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10101001 | 0 | 101001 | 10 | 100001 | 100101111 | 11110 | 110110 |
Color Harmonies of #AC65A9
Complementary color
Monochromatic Colors of #AC65A9
Black with #AC65A9
Text Example
Text Example
White with #AC65A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65A9; }
p { color: rgb(172,101,169); }
H1.HeaderClassName
{
color: #AC65A9;
}
.AnyTagClassName
{
color: #AC65A9;
}
</style>
background-color css
<style>
a { background-color: #AC65A9; }
a { background-color: rgb(172,101,169); }
div.DivClassName
{
background-color: #AC65A9;
}
.BgClassName
{
background-color: #AC65A9;
}
</style>
border-color css
<style>
span { border-color: #AC65A9; }
span { border-color: rgb(172,101,169); }
td.TdClassName
{
border-color: #AC65A9;
}
.TagClassName
{
border-color: #AC65A9;
}
</style>