Shades of Violet Blue #AC74AB
Tints of Violet Blue #AC74AB
RGB
CMYK
RGB Variations
Color information
#AC74AB (or 0xAC74AB) is known color: Violet Blue. HEX triplet: AC, 74 and AB. RGB value is (172,116,171). Sum of RGB (Red+Green+Blue) = 172+116+171=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74AB is #538B54. Grayscale: #8A8A8A. Windows color (decimal): -5475157 or 11236524. OLE color: 11236524.
HSL color Cylindrical-coordinate representation of color #AC74AB: hue angle of 301.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC74AB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 171 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.33 |
| HSL | 301.07º | 0.25% | 0.56% | - |
| HSV(B) | 301.07º | 0.33% | 0.67% | - |
| XYZ | 30.61 | 24.2 | 41.59 | - |
| YUV | 139.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 171 | 0 | 0.33 | 0.01 | 0.33 | 301.07 | 0.25 | 0.56 |
| Hex | AC | 74 | AB | 0 | 21 | 1 | 21 | 12D | 19 | 38 |
| Octal | 254 | 164 | 253 | 0 | 41 | 1 | 41 | 455 | 31 | 70 |
| Binary | 10101100 | 1110100 | 10101011 | 0 | 100001 | 1 | 100001 | 100101101 | 11001 | 111000 |
Color Harmonies of #AC74AB
Complementary color
Monochromatic Colors of #AC74AB
Black with #AC74AB
Text Example
Text Example
White with #AC74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74AB; }
p { color: rgb(172,116,171); }
H1.HeaderClassName
{
color: #AC74AB;
}
.AnyTagClassName
{
color: #AC74AB;
}
</style>
background-color css
<style>
a { background-color: #AC74AB; }
a { background-color: rgb(172,116,171); }
div.DivClassName
{
background-color: #AC74AB;
}
.BgClassName
{
background-color: #AC74AB;
}
</style>
border-color css
<style>
span { border-color: #AC74AB; }
span { border-color: rgb(172,116,171); }
td.TdClassName
{
border-color: #AC74AB;
}
.TagClassName
{
border-color: #AC74AB;
}
</style>