#ACA6CB

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

Shades of Wistful #ACA6CB

Tints of Wistful #ACA6CB

Color information

#ACA6CB (or 0xACA6CB) is unknown color: approx Wistful. HEX triplet: AC, A6 and CB. RGB value is (172,166,203). Sum of RGB (Red+Green+Blue) = 172+166+203=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6CB is #535934. Grayscale: #ABABAB. Windows color (decimal): -5462325 or 13346476. OLE color: 13346476.

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

Color convert

RGB172166203-
CMYK0.150.1800.20
HSL249.73º26.24%72.35%-
HSV(B)249.73º18.23%79.61%-
XYZ41.4340.3562.11-
YUV172.01145.49127.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=31.79%
G=30.68%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721662030.150.1800.20249.7326.2472.35
HexACA6CBF12014fa1a48
Octal254246313172202437232110
Binary10101100101001101100101111111001001010011111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6CB; }

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

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

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

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

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

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

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

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