#ACA4D7

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

Shades of Wistful #ACA4D7

Tints of Wistful #ACA4D7

Color information

#ACA4D7 (or 0xACA4D7) is unknown color: approx Wistful. HEX triplet: AC, A4 and D7. RGB value is (172,164,215). Sum of RGB (Red+Green+Blue) = 172+164+215=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACA4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4D7 is #535B28. Grayscale: #ACACAC. Windows color (decimal): -5462825 or 14132396. OLE color: 14132396.

HSL color Cylindrical-coordinate representation of color #ACA4D7: hue angle of 249.41º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACA4D7 is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172164215-
CMYK0.20.2400.16
HSL249.41º38.93%74.31%-
HSV(B)249.41º23.72%84.31%-
XYZ42.5540.2369.81-
YUV172.21152.15127.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=31.22%
G=29.76%
B=39.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721642150.20.2400.16249.4138.9374.31
HexACA4D71418010f9274a
Octal254244327243002037147112
Binary1010110010100100110101111010011000010000111110011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4D7; }

 p { color: rgb(172,164,215); }

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

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

 a { background-color: rgb(172,164,215); }

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

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

 span { border-color: rgb(172,164,215); }

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