#ABAAC3

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

Shades of Wistful #ABAAC3

Tints of Wistful #ABAAC3

Color information

#ABAAC3 (or 0xABAAC3) is unknown color: approx Wistful. HEX triplet: AB, AA and C3. RGB value is (171,170,195). Sum of RGB (Red+Green+Blue) = 171+170+195=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC3 is #54553C. Grayscale: #ADADAD. Windows color (decimal): -5526845 or 12823211. OLE color: 12823211.

HSL color Cylindrical-coordinate representation of color #ABAAC3: hue angle of 242.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAAC3 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171170195-
CMYK0.120.1300.24
HSL242.4º17.24%71.57%-
HSV(B)242.4º12.82%76.47%-
XYZ41.0241.3557.45-
YUV173.15140.33126.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=31.90%
G=31.72%
B=36.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711701950.120.1300.24242.417.2471.57
HexABAAC3CD018f21148
Octal253252303141503036221110
Binary1010101110101010110000111100110101100011110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAC3; }

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

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

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

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

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

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

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

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