#ACABDD

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

Shades of Wistful #ACABDD

Tints of Wistful #ACABDD

Color information

#ACABDD (or 0xACABDD) is unknown color: approx Wistful. HEX triplet: AC, AB and DD. RGB value is (172,171,221). Sum of RGB (Red+Green+Blue) = 172+171+221=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDD is #535422. Grayscale: #B0B0B0. Windows color (decimal): -5461027 or 14527404. OLE color: 14527404.

HSL color Cylindrical-coordinate representation of color #ACABDD: hue angle of 241.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACABDD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172171221-
CMYK0.220.2300.13
HSL241.2º42.37%76.86%-
HSV(B)241.2º22.62%86.67%-
XYZ44.6343.1274.38-
YUV177152.83124.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=30.50%
G=30.32%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721712210.220.2300.13241.242.3776.86
HexACABDD16170Df12a4d
Octal254253335262701536152115
Binary101011001010101111011101101101011101101111100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABDD; }

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

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

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

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

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

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

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

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