#ACAAD1

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

Shades of Wistful #ACAAD1

Tints of Wistful #ACAAD1

Color information

#ACAAD1 (or 0xACAAD1) is unknown color: approx Wistful. HEX triplet: AC, AA and D1. RGB value is (172,170,209). Sum of RGB (Red+Green+Blue) = 172+170+209=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACAAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAD1 is #53552E. Grayscale: #AEAEAE. Windows color (decimal): -5461295 or 13740716. OLE color: 13740716.

HSL color Cylindrical-coordinate representation of color #ACAAD1: hue angle of 243.08º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACAAD1 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172170209-
CMYK0.180.1900.18
HSL243.08º29.77%74.31%-
HSV(B)243.08º18.66%81.96%-
XYZ42.942.1266.19-
YUV175.04147.16125.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=31.22%
G=30.85%
B=37.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721702090.180.1900.18243.0829.7774.31
HexACAAD11213012f31e4a
Octal254252321222302236336112
Binary101011001010101011010001100101001101001011110011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAD1; }

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

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

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

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

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

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

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

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