#ACA6CF

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

Shades of Wistful #ACA6CF

Tints of Wistful #ACA6CF

Color information

#ACA6CF (or 0xACA6CF) is unknown color: approx Wistful. HEX triplet: AC, A6 and CF. RGB value is (172,166,207). Sum of RGB (Red+Green+Blue) = 172+166+207=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACA6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6CF is #535930. Grayscale: #ACACAC. Windows color (decimal): -5462321 or 13608620. OLE color: 13608620.

HSL color Cylindrical-coordinate representation of color #ACA6CF: hue angle of 248.78º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA6CF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172166207-
CMYK0.170.2000.19
HSL248.78º29.93%73.14%-
HSV(B)248.78º19.81%81.18%-
XYZ41.9140.5564.65-
YUV172.47147.49127.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=31.56%
G=30.46%
B=37.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721662070.170.2000.19248.7829.9373.14
HexACA6CF1114013f91e49
Octal254246317212402337136111
Binary101011001010011011001111100011010001001111111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6CF; }

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

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

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

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

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

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

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

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