Shades of Violet Blue #AC65AC
Tints of Violet Blue #AC65AC
RGB
CMYK
RGB Variations
Color information
#AC65AC (or 0xAC65AC) is known color: Violet Blue. HEX triplet: AC, 65 and AC. RGB value is (172,101,172). Sum of RGB (Red+Green+Blue) = 172+101+172=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65AC is #539A53. Grayscale: #828282. Windows color (decimal): -5478996 or 11298220. OLE color: 11298220.
HSL color Cylindrical-coordinate representation of color #AC65AC: hue angle of 300º 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 #AC65AC is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 172 | - |
| CMYK | 0 | 0.41 | 0 | 0.33 |
| HSL | 300º | 0.3% | 0.54% | - |
| HSV(B) | 300º | 0.41% | 0.67% | - |
| XYZ | 29.11 | 21.06 | 41.56 | - |
| YUV | 130.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 172 | 0 | 0.41 | 0 | 0.33 | 300 | 0.3 | 0.54 |
| Hex | AC | 65 | AC | 0 | 29 | 0 | 21 | 12C | 1E | 36 |
| Octal | 254 | 145 | 254 | 0 | 51 | 0 | 41 | 454 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10101100 | 0 | 101001 | 0 | 100001 | 100101100 | 11110 | 110110 |
Color Harmonies of #AC65AC
Complementary color
Monochromatic Colors of #AC65AC
Black with #AC65AC
Text Example
Text Example
White with #AC65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65AC; }
p { color: rgb(172,101,172); }
H1.HeaderClassName
{
color: #AC65AC;
}
.AnyTagClassName
{
color: #AC65AC;
}
</style>
background-color css
<style>
a { background-color: #AC65AC; }
a { background-color: rgb(172,101,172); }
div.DivClassName
{
background-color: #AC65AC;
}
.BgClassName
{
background-color: #AC65AC;
}
</style>
border-color css
<style>
span { border-color: #AC65AC; }
span { border-color: rgb(172,101,172); }
td.TdClassName
{
border-color: #AC65AC;
}
.TagClassName
{
border-color: #AC65AC;
}
</style>