#ACACD9

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

Shades of Wistful #ACACD9

Tints of Wistful #ACACD9

Color information

#ACACD9 (or 0xACACD9) is unknown color: approx Wistful. HEX triplet: AC, AC and D9. RGB value is (172,172,217). Sum of RGB (Red+Green+Blue) = 172+172+217=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD9 is #535326. Grayscale: #B0B0B0. Windows color (decimal): -5460775 or 14265516. OLE color: 14265516.

HSL color Cylindrical-coordinate representation of color #ACACD9: hue angle of 240º 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 #ACACD9 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172172217-
CMYK0.210.2100.15
HSL240º37.19%76.27%-
HSV(B)240º20.74%85.1%-
XYZ44.2943.2971.67-
YUV177.13150.5124.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=30.66%
G=30.66%
B=38.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721722170.210.2100.1524037.1976.27
HexACACD915150Ff0254c
Octal254254331252501736045114
Binary101011001010110011011001101011010101111111100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACD9; }

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

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

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

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

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

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

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

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