#ACABD9

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

Shades of Wistful #ACABD9

Tints of Wistful #ACABD9

Color information

#ACABD9 (or 0xACABD9) is unknown color: approx Wistful. HEX triplet: AC, AB and D9. RGB value is (172,171,217). Sum of RGB (Red+Green+Blue) = 172+171+217=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACABD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD9 is #535426. Grayscale: #B0B0B0. Windows color (decimal): -5461031 or 14265260. OLE color: 14265260.

HSL color Cylindrical-coordinate representation of color #ACABD9: hue angle of 241.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACABD9 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172171217-
CMYK0.210.2100.15
HSL241.3º37.7%76.08%-
HSV(B)241.3º21.2%85.1%-
XYZ44.142.9171.6-
YUV176.54150.83124.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=30.71%
G=30.54%
B=38.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721712170.210.2100.15241.337.776.08
HexACABD915150Ff1264c
Octal254253331252501736146114
Binary101011001010101111011001101011010101111111100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABD9; }

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

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

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

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

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

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

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

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