#ACA8CB

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

Shades of Wistful #ACA8CB

Tints of Wistful #ACA8CB

Color information

#ACA8CB (or 0xACA8CB) is unknown color: approx Wistful. HEX triplet: AC, A8 and CB. RGB value is (172,168,203). Sum of RGB (Red+Green+Blue) = 172+168+203=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8CB is #535734. Grayscale: #ADADAD. Windows color (decimal): -5461813 or 13346988. OLE color: 13346988.

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

Color convert

RGB172168203-
CMYK0.150.1700.20
HSL246.86º25.18%72.75%-
HSV(B)246.86º17.24%79.61%-
XYZ41.841.0962.23-
YUV173.19144.83127.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=31.68%
G=30.94%
B=37.38%

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
Decimal1721682030.150.1700.20246.8625.1872.75
HexACA8CBF11014f71949
Octal254250313172102436731111
Binary10101100101010001100101111111000101010011110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8CB; }

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

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

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

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

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

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

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

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