Shades of Violet Blue #AC65AF
Tints of Violet Blue #AC65AF
RGB
CMYK
RGB Variations
Color information
#AC65AF (or 0xAC65AF) is known color: Violet Blue. HEX triplet: AC, 65 and AF. RGB value is (172,101,175). Sum of RGB (Red+Green+Blue) = 172+101+175=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC65AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65AF is #539A50. Grayscale: #828282. Windows color (decimal): -5478993 or 11494828. OLE color: 11494828.
HSL color Cylindrical-coordinate representation of color #AC65AF: hue angle of 297.57º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC65AF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 101 | 175 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.31 |
| HSL | 297.57º | 0.32% | 0.54% | - |
| HSV(B) | 297.57º | 0.42% | 0.69% | - |
| XYZ | 29.4 | 21.17 | 43.09 | - |
| YUV | 130.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 175 | 0.02 | 0.42 | 0 | 0.31 | 297.57 | 0.32 | 0.54 |
| Hex | AC | 65 | AF | 2 | 2A | 0 | 1F | 12A | 20 | 36 |
| Octal | 254 | 145 | 257 | 2 | 52 | 0 | 37 | 452 | 40 | 66 |
| Binary | 10101100 | 1100101 | 10101111 | 10 | 101010 | 0 | 11111 | 100101010 | 100000 | 110110 |
Color Harmonies of #AC65AF
Complementary color
Monochromatic Colors of #AC65AF
Black with #AC65AF
Text Example
Text Example
White with #AC65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65AF; }
p { color: rgb(172,101,175); }
H1.HeaderClassName
{
color: #AC65AF;
}
.AnyTagClassName
{
color: #AC65AF;
}
</style>
background-color css
<style>
a { background-color: #AC65AF; }
a { background-color: rgb(172,101,175); }
div.DivClassName
{
background-color: #AC65AF;
}
.BgClassName
{
background-color: #AC65AF;
}
</style>
border-color css
<style>
span { border-color: #AC65AF; }
span { border-color: rgb(172,101,175); }
td.TdClassName
{
border-color: #AC65AF;
}
.TagClassName
{
border-color: #AC65AF;
}
</style>