Shades of Wistful #ACACC8
Tints of Wistful #ACACC8
RGB
CMYK
RGB Variations
Color information
#ACACC8 (or 0xACACC8) is known color: Wistful. HEX triplet: AC, AC and C8. RGB value is (172,172,200). Sum of RGB (Red+Green+Blue) = 172+172+200=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 200 - color contains mainly: blue. Hex color #ACACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC8 is #535337. Grayscale: #AFAFAF. Windows color (decimal): -5460792 or 13151404. OLE color: 13151404.
HSL color Cylindrical-coordinate representation of color #ACACC8: hue angle of 240º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACACC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 172 | 200 | - |
CMYK | 0.14 | 0.14 | 0 | 0.22 |
HSL | 240º | 0.2% | 0.73% | - |
HSV(B) | 240º | 0.14% | 0.78% | - |
XYZ | 42.19 | 42.45 | 60.61 | - |
YUV | 175.19 | 142 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 200 | 0.14 | 0.14 | 0 | 0.22 | 240 | 0.2 | 0.73 |
Hex | AC | AC | C8 | E | E | 0 | 16 | F0 | 14 | 49 |
Octal | 254 | 254 | 310 | 16 | 16 | 0 | 26 | 360 | 24 | 111 |
Binary | 10101100 | 10101100 | 11001000 | 1110 | 1110 | 0 | 10110 | 11110000 | 10100 | 1001001 |
Color Harmonies of #ACACC8
Complementary color
Monochromatic Colors of #ACACC8
Black with #ACACC8
Text Example
Text Example
White with #ACACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACC8; }
p { color: rgb(172,172,200); }
H1.HeaderClassName
{
color: #ACACC8;
}
.AnyTagClassName
{
color: #ACACC8;
}
</style>
background-color css
<style>
a { background-color: #ACACC8; }
a { background-color: rgb(172,172,200); }
div.DivClassName
{
background-color: #ACACC8;
}
.BgClassName
{
background-color: #ACACC8;
}
</style>
border-color css
<style>
span { border-color: #ACACC8; }
span { border-color: rgb(172,172,200); }
td.TdClassName
{
border-color: #ACACC8;
}
.TagClassName
{
border-color: #ACACC8;
}
</style>