Shades of Wistful #ACACCD
Tints of Wistful #ACACCD
RGB
CMYK
RGB Variations
Color information
#ACACCD (or 0xACACCD) is known color: Wistful. HEX triplet: AC, AC and CD. RGB value is (172,172,205). Sum of RGB (Red+Green+Blue) = 172+172+205=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACCD is #535332. Grayscale: #AFAFAF. Windows color (decimal): -5460787 or 13479084. OLE color: 13479084.
HSL color Cylindrical-coordinate representation of color #ACACCD: hue angle of 240º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACACCD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 172 | 205 | - |
CMYK | 0.16 | 0.16 | 0 | 0.20 |
HSL | 240º | 0.25% | 0.74% | - |
HSV(B) | 240º | 0.16% | 0.8% | - |
XYZ | 42.79 | 42.68 | 63.74 | - |
YUV | 175.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 205 | 0.16 | 0.16 | 0 | 0.20 | 240 | 0.25 | 0.74 |
Hex | AC | AC | CD | 10 | 10 | 0 | 14 | F0 | 19 | 4A |
Octal | 254 | 254 | 315 | 20 | 20 | 0 | 24 | 360 | 31 | 112 |
Binary | 10101100 | 10101100 | 11001101 | 10000 | 10000 | 0 | 10100 | 11110000 | 11001 | 1001010 |
Color Harmonies of #ACACCD
Complementary color
Monochromatic Colors of #ACACCD
Black with #ACACCD
Text Example
Text Example
White with #ACACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACCD; }
p { color: rgb(172,172,205); }
H1.HeaderClassName
{
color: #ACACCD;
}
.AnyTagClassName
{
color: #ACACCD;
}
</style>
background-color css
<style>
a { background-color: #ACACCD; }
a { background-color: rgb(172,172,205); }
div.DivClassName
{
background-color: #ACACCD;
}
.BgClassName
{
background-color: #ACACCD;
}
</style>
border-color css
<style>
span { border-color: #ACACCD; }
span { border-color: rgb(172,172,205); }
td.TdClassName
{
border-color: #ACACCD;
}
.TagClassName
{
border-color: #ACACCD;
}
</style>