Shades of Wistful #ACACC3
Tints of Wistful #ACACC3
RGB
CMYK
RGB Variations
Color information
#ACACC3 (or 0xACACC3) is known color: Wistful. HEX triplet: AC, AC and C3. RGB value is (172,172,195). Sum of RGB (Red+Green+Blue) = 172+172+195=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC3 is #53533C. Grayscale: #AEAEAE. Windows color (decimal): -5460797 or 12823724. OLE color: 12823724.
HSL color Cylindrical-coordinate representation of color #ACACC3: hue angle of 240º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACACC3 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 172 | 195 | - |
CMYK | 0.12 | 0.12 | 0 | 0.24 |
HSL | 240º | 0.16% | 0.72% | - |
HSV(B) | 240º | 0.12% | 0.76% | - |
XYZ | 41.62 | 42.22 | 57.58 | - |
YUV | 174.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 195 | 0.12 | 0.12 | 0 | 0.24 | 240 | 0.16 | 0.72 |
Hex | AC | AC | C3 | C | C | 0 | 18 | F0 | 10 | 48 |
Octal | 254 | 254 | 303 | 14 | 14 | 0 | 30 | 360 | 20 | 110 |
Binary | 10101100 | 10101100 | 11000011 | 1100 | 1100 | 0 | 11000 | 11110000 | 10000 | 1001000 |
Color Harmonies of #ACACC3
Complementary color
Monochromatic Colors of #ACACC3
Black with #ACACC3
Text Example
Text Example
White with #ACACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACC3; }
p { color: rgb(172,172,195); }
H1.HeaderClassName
{
color: #ACACC3;
}
.AnyTagClassName
{
color: #ACACC3;
}
</style>
background-color css
<style>
a { background-color: #ACACC3; }
a { background-color: rgb(172,172,195); }
div.DivClassName
{
background-color: #ACACC3;
}
.BgClassName
{
background-color: #ACACC3;
}
</style>
border-color css
<style>
span { border-color: #ACACC3; }
span { border-color: rgb(172,172,195); }
td.TdClassName
{
border-color: #ACACC3;
}
.TagClassName
{
border-color: #ACACC3;
}
</style>