Shades of Wistful #ACACC1
Tints of Wistful #ACACC1
RGB
CMYK
RGB Variations
Color information
#ACACC1 (or 0xACACC1) is known color: Wistful. HEX triplet: AC, AC and C1. RGB value is (172,172,193). Sum of RGB (Red+Green+Blue) = 172+172+193=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC1 is #53533E. Grayscale: #AEAEAE. Windows color (decimal): -5460799 or 12692652. OLE color: 12692652.
HSL color Cylindrical-coordinate representation of color #ACACC1: hue angle of 240º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACACC1 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 172 | 193 | - |
CMYK | 0.11 | 0.11 | 0 | 0.24 |
HSL | 240º | 0.14% | 0.72% | - |
HSV(B) | 240º | 0.11% | 0.76% | - |
XYZ | 41.39 | 42.13 | 56.4 | - |
YUV | 174.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 193 | 0.11 | 0.11 | 0 | 0.24 | 240 | 0.14 | 0.72 |
Hex | AC | AC | C1 | B | B | 0 | 18 | F0 | E | 48 |
Octal | 254 | 254 | 301 | 13 | 13 | 0 | 30 | 360 | 16 | 110 |
Binary | 10101100 | 10101100 | 11000001 | 1011 | 1011 | 0 | 11000 | 11110000 | 1110 | 1001000 |
Color Harmonies of #ACACC1
Complementary color
Monochromatic Colors of #ACACC1
Black with #ACACC1
Text Example
Text Example
White with #ACACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACC1; }
p { color: rgb(172,172,193); }
H1.HeaderClassName
{
color: #ACACC1;
}
.AnyTagClassName
{
color: #ACACC1;
}
</style>
background-color css
<style>
a { background-color: #ACACC1; }
a { background-color: rgb(172,172,193); }
div.DivClassName
{
background-color: #ACACC1;
}
.BgClassName
{
background-color: #ACACC1;
}
</style>
border-color css
<style>
span { border-color: #ACACC1; }
span { border-color: rgb(172,172,193); }
td.TdClassName
{
border-color: #ACACC1;
}
.TagClassName
{
border-color: #ACACC1;
}
</style>