#ACABCD

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

Shades of Wistful #ACABCD

Tints of Wistful #ACABCD

Color information

#ACABCD (or 0xACABCD) is unknown color: approx Wistful. HEX triplet: AC, AB and CD. RGB value is (172,171,205). Sum of RGB (Red+Green+Blue) = 172+171+205=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABCD is #535432. Grayscale: #AFAFAF. Windows color (decimal): -5461043 or 13478828. OLE color: 13478828.

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

Color convert

RGB172171205-
CMYK0.160.1700.20
HSL241.76º25.37%73.73%-
HSV(B)241.76º16.59%80.39%-
XYZ42.642.363.68-
YUV175.18144.83125.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=31.39%
G=31.20%
B=37.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721712050.160.1700.20241.7625.3773.73
HexACABCD1011014f2194a
Octal254253315202102436231112
Binary101011001010101111001101100001000101010011110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABCD; }

 p { color: rgb(172,171,205); }

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

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

 a { background-color: rgb(172,171,205); }

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

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

 span { border-color: rgb(172,171,205); }

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