#ACAAD8

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

Shades of Wistful #ACAAD8

Tints of Wistful #ACAAD8

Color information

#ACAAD8 (or 0xACAAD8) is unknown color: approx Wistful. HEX triplet: AC, AA and D8. RGB value is (172,170,216). Sum of RGB (Red+Green+Blue) = 172+170+216=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACAAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAD8 is #535527. Grayscale: #AFAFAF. Windows color (decimal): -5461288 or 14199468. OLE color: 14199468.

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

Color convert

RGB172170216-
CMYK0.200.2100.15
HSL242.61º37.1%75.69%-
HSV(B)242.61º21.3%84.71%-
XYZ43.7842.4870.86-
YUV175.84150.66125.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=30.82%
G=30.47%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721702160.200.2100.15242.6137.175.69
HexACAAD814150Ff3254c
Octal254252330242501736345114
Binary101011001010101011011000101001010101111111100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAD8; }

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

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

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

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

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

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

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

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