#ABA6C3

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

Shades of Wistful #ABA6C3

Tints of Wistful #ABA6C3

Color information

#ABA6C3 (or 0xABA6C3) is unknown color: approx Wistful. HEX triplet: AB, A6 and C3. RGB value is (171,166,195). Sum of RGB (Red+Green+Blue) = 171+166+195=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABA6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6C3 is #54593C. Grayscale: #AAAAAA. Windows color (decimal): -5527869 or 12822187. OLE color: 12822187.

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

Color convert

RGB171166195-
CMYK0.120.1500.24
HSL250.34º19.46%70.78%-
HSV(B)250.34º14.87%76.47%-
XYZ40.2839.8757.2-
YUV170.8141.66128.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 166 (65.23% from 255) = 31.20%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=32.14%
G=31.20%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711661950.120.1500.24250.3419.4670.78
HexABA6C3CF018fa1347
Octal253246303141703037223107
Binary1010101110100110110000111100111101100011111010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6C3; }

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

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

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

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

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

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

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

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