#ACA9CF

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

Shades of Wistful #ACA9CF

Tints of Wistful #ACA9CF

Color information

#ACA9CF (or 0xACA9CF) is unknown color: approx Wistful. HEX triplet: AC, A9 and CF. RGB value is (172,169,207). Sum of RGB (Red+Green+Blue) = 172+169+207=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACA9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9CF is #535630. Grayscale: #AEAEAE. Windows color (decimal): -5461553 or 13609388. OLE color: 13609388.

HSL color Cylindrical-coordinate representation of color #ACA9CF: hue angle of 244.74º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACA9CF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172169207-
CMYK0.170.1800.19
HSL244.74º28.36%73.73%-
HSV(B)244.74º18.36%81.18%-
XYZ42.4641.6564.83-
YUV174.23146.49126.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=31.39%
G=30.84%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721692070.170.1800.19244.7428.3673.73
HexACA9CF1112013f51c4a
Octal254251317212202336534112
Binary101011001010100111001111100011001001001111110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9CF; }

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

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

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

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

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

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

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

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