#ABAAC5

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

Shades of Wistful #ABAAC5

Tints of Wistful #ABAAC5

Color information

#ABAAC5 (or 0xABAAC5) is unknown color: approx Wistful. HEX triplet: AB, AA and C5. RGB value is (171,170,197). Sum of RGB (Red+Green+Blue) = 171+170+197=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABAAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC5 is #54553A. Grayscale: #ADADAD. Windows color (decimal): -5526843 or 12954283. OLE color: 12954283.

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

Color convert

RGB171170197-
CMYK0.130.1400.23
HSL242.22º18.88%71.96%-
HSV(B)242.22º13.71%77.25%-
XYZ41.2541.4458.65-
YUV173.38141.33126.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 197 (77.34% from 255) = 36.62%
R=31.78%
G=31.60%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711701970.130.1400.23242.2218.8871.96
HexABAAC5DE017f21348
Octal253252305151602736223110
Binary1010101110101010110001011101111001011111110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAC5; }

 p { color: rgb(171,170,197); }

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

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

 a { background-color: rgb(171,170,197); }

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

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

 span { border-color: rgb(171,170,197); }

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