#ACAACD

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

Shades of Wistful #ACAACD

Tints of Wistful #ACAACD

Color information

#ACAACD (or 0xACAACD) is unknown color: approx Wistful. HEX triplet: AC, AA and CD. RGB value is (172,170,205). Sum of RGB (Red+Green+Blue) = 172+170+205=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAACD is #535532. Grayscale: #AEAEAE. Windows color (decimal): -5461299 or 13478572. OLE color: 13478572.

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

Color convert

RGB172170205-
CMYK0.160.1700.20
HSL243.43º25.93%73.53%-
HSV(B)243.43º17.07%80.39%-
XYZ42.4141.9363.62-
YUV174.59145.16126.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=31.44%
G=31.08%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721702050.160.1700.20243.4325.9373.53
HexACAACD1011014f31a4a
Octal254252315202102436332112
Binary101011001010101011001101100001000101010011110011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAACD; }

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

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

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

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

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

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

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

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