#ACA9D5

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

Shades of Wistful #ACA9D5

Tints of Wistful #ACA9D5

Color information

#ACA9D5 (or 0xACA9D5) is unknown color: approx Wistful. HEX triplet: AC, A9 and D5. RGB value is (172,169,213). Sum of RGB (Red+Green+Blue) = 172+169+213=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACA9D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9D5 is #53562A. Grayscale: #AEAEAE. Windows color (decimal): -5461547 or 14002604. OLE color: 14002604.

HSL color Cylindrical-coordinate representation of color #ACA9D5: hue angle of 244.09º degrees, saturation: 0.34, 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 #ACA9D5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172169213-
CMYK0.190.2100.16
HSL244.09º34.37%74.9%-
HSV(B)244.09º20.66%83.53%-
XYZ43.2141.9568.77-
YUV174.91149.49125.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=31.05%
G=30.51%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721692130.190.2100.16244.0934.3774.9
HexACA9D51315010f4224b
Octal254251325232502036442113
Binary1010110010101001110101011001110101010000111101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9D5; }

 p { color: rgb(172,169,213); }

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

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

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

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

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

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

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