#ACAACC

Color #ACAACC Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #ACAACC

Tints of Wistful #ACAACC

Color information

#ACAACC (or 0xACAACC) is unknown color: approx Wistful. HEX triplet: AC, AA and CC. RGB value is (172,170,204). Sum of RGB (Red+Green+Blue) = 172+170+204=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAACC is #535533. Grayscale: #AEAEAE. Windows color (decimal): -5461300 or 13413036. OLE color: 13413036.

HSL color Cylindrical-coordinate representation of color #ACAACC: hue angle of 243.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACAACC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172170204-
CMYK0.160.1700.2
HSL243.53º25%73.33%-
HSV(B)243.53º16.67%80%-
XYZ42.2941.8862.98-
YUV174.47144.66126.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=31.50%
G=31.14%
B=37.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721702040.160.1700.2243.532573.33
HexACAACC1011014f41949
Octal254252314202102436431111
Binary101011001010101011001100100001000101010011110100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAACC; }

 p { color: rgb(172,170,204); }

 H1.HeaderClassName
 {
   color: #ACAACC;
 }
 .AnyTagClassName
 {
   color: #ACAACC;
 }
</style>
background-color css

<style>
 a { background-color: #ACAACC; }

 a { background-color: rgb(172,170,204); }

 div.DivClassName
 {
   background-color: #ACAACC;
 }
 .BgClassName
 {
   background-color: #ACAACC;
 }
</style>
border-color css

<style>
 span { border-color: #ACAACC; }

 span { border-color: rgb(172,170,204); }

 td.TdClassName
 {
   border-color: #ACAACC;
 }
 .TagClassName
 {
   border-color: #ACAACC;
 }
</style>