#ABAAC6

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

Shades of Wistful #ABAAC6

Tints of Wistful #ABAAC6

Color information

#ABAAC6 (or 0xABAAC6) is unknown color: approx Wistful. HEX triplet: AB, AA and C6. RGB value is (171,170,198). Sum of RGB (Red+Green+Blue) = 171+170+198=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABAAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC6 is #545539. Grayscale: #ADADAD. Windows color (decimal): -5526842 or 13019819. OLE color: 13019819.

HSL color Cylindrical-coordinate representation of color #ABAAC6: hue angle of 242.14º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABAAC6 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171170198-
CMYK0.140.1400.22
HSL242.14º19.72%72.16%-
HSV(B)242.14º14.14%77.65%-
XYZ41.3641.4859.25-
YUV173.49141.83126.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 198 (77.73% from 255) = 36.73%
R=31.73%
G=31.54%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711701980.140.1400.22242.1419.7272.16
HexABAAC6EE016f21448
Octal253252306161602636224110
Binary1010101110101010110001101110111001011011110010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAC6; }

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

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

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

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

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

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

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

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