#ACA9CB

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

Shades of Wistful #ACA9CB

Tints of Wistful #ACA9CB

Color information

#ACA9CB (or 0xACA9CB) is unknown color: approx Wistful. HEX triplet: AC, A9 and CB. RGB value is (172,169,203). Sum of RGB (Red+Green+Blue) = 172+169+203=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACA9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9CB is #535634. Grayscale: #ADADAD. Windows color (decimal): -5461557 or 13347244. OLE color: 13347244.

HSL color Cylindrical-coordinate representation of color #ACA9CB: hue angle of 245.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA9CB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172169203-
CMYK0.150.1700.20
HSL245.29º24.64%72.94%-
HSV(B)245.29º16.75%79.61%-
XYZ41.9841.4662.29-
YUV173.77144.49126.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=31.62%
G=31.07%
B=37.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721692030.150.1700.20245.2924.6472.94
HexACA9CBF11014f51949
Octal254251313172102436531111
Binary10101100101010011100101111111000101010011110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9CB; }

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

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

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

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

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

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

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

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