#ACAAD7

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

Shades of Wistful #ACAAD7

Tints of Wistful #ACAAD7

Color information

#ACAAD7 (or 0xACAAD7) is unknown color: approx Wistful. HEX triplet: AC, AA and D7. RGB value is (172,170,215). Sum of RGB (Red+Green+Blue) = 172+170+215=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACAAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAD7 is #535528. Grayscale: #AFAFAF. Windows color (decimal): -5461289 or 14133932. OLE color: 14133932.

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

Color convert

RGB172170215-
CMYK0.20.2100.16
HSL242.67º36%75.49%-
HSV(B)242.67º20.93%84.31%-
XYZ43.6542.4370.18-
YUV175.73150.16125.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=30.88%
G=30.52%
B=38.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721702150.20.2100.16242.673675.49
HexACAAD71415010f3244b
Octal254252327242502036344113
Binary1010110010101010110101111010010101010000111100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAD7; }

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

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

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

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

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

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

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

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