#ACABD8

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

Shades of Wistful #ACABD8

Tints of Wistful #ACABD8

Color information

#ACABD8 (or 0xACABD8) is unknown color: approx Wistful. HEX triplet: AC, AB and D8. RGB value is (172,171,216). Sum of RGB (Red+Green+Blue) = 172+171+216=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD8 is #535427. Grayscale: #B0B0B0. Windows color (decimal): -5461032 or 14199724. OLE color: 14199724.

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

Color convert

RGB172171216-
CMYK0.200.2100.15
HSL241.33º36.59%75.88%-
HSV(B)241.33º20.83%84.71%-
XYZ43.9742.8570.92-
YUV176.43150.33124.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=30.77%
G=30.59%
B=38.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721712160.200.2100.15241.3336.5975.88
HexACABD814150Ff1254c
Octal254253330242501736145114
Binary101011001010101111011000101001010101111111100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABD8; }

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

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

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

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

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

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

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

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