#ACAAD9

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

Shades of Wistful #ACAAD9

Tints of Wistful #ACAAD9

Color information

#ACAAD9 (or 0xACAAD9) is unknown color: approx Wistful. HEX triplet: AC, AA and D9. RGB value is (172,170,217). Sum of RGB (Red+Green+Blue) = 172+170+217=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACAAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAD9 is #535526. Grayscale: #AFAFAF. Windows color (decimal): -5461287 or 14265004. OLE color: 14265004.

HSL color Cylindrical-coordinate representation of color #ACAAD9: hue angle of 242.55º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACAAD9 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172170217-
CMYK0.210.2200.15
HSL242.55º38.21%75.88%-
HSV(B)242.55º21.66%85.1%-
XYZ43.9142.5371.54-
YUV175.96151.16125.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=30.77%
G=30.41%
B=38.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721702170.210.2200.15242.5538.2175.88
HexACAAD915160Ff3264c
Octal254252331252601736346114
Binary101011001010101011011001101011011001111111100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAD9; }

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

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

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

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

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

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

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

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