Shades of Violet Blue #AC679A
Tints of Violet Blue #AC679A
RGB
CMYK
RGB Variations
Color information
#AC679A (or 0xAC679A) is known color: Violet Blue. HEX triplet: AC, 67 and 9A. RGB value is (172,103,154). Sum of RGB (Red+Green+Blue) = 172+103+154=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC679A is #539865. Grayscale: #818181. Windows color (decimal): -5478502 or 10119084. OLE color: 10119084.
HSL color Cylindrical-coordinate representation of color #AC679A: hue angle of 315.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC679A is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 154 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.33 |
| HSL | 315.65º | 0.29% | 0.54% | - |
| HSV(B) | 315.65º | 0.4% | 0.67% | - |
| XYZ | 27.7 | 20.8 | 33.13 | - |
| YUV | 129.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 154 | 0 | 0.40 | 0.10 | 0.33 | 315.65 | 0.29 | 0.54 |
| Hex | AC | 67 | 9A | 0 | 28 | A | 21 | 13C | 1D | 36 |
| Octal | 254 | 147 | 232 | 0 | 50 | 12 | 41 | 474 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10011010 | 0 | 101000 | 1010 | 100001 | 100111100 | 11101 | 110110 |
Color Harmonies of #AC679A
Complementary color
Monochromatic Colors of #AC679A
Black with #AC679A
Text Example
Text Example
White with #AC679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC679A; }
p { color: rgb(172,103,154); }
H1.HeaderClassName
{
color: #AC679A;
}
.AnyTagClassName
{
color: #AC679A;
}
</style>
background-color css
<style>
a { background-color: #AC679A; }
a { background-color: rgb(172,103,154); }
div.DivClassName
{
background-color: #AC679A;
}
.BgClassName
{
background-color: #AC679A;
}
</style>
border-color css
<style>
span { border-color: #AC679A; }
span { border-color: rgb(172,103,154); }
td.TdClassName
{
border-color: #AC679A;
}
.TagClassName
{
border-color: #AC679A;
}
</style>