#AFABC8

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

Shades of Wistful #AFABC8

Tints of Wistful #AFABC8

Color information

#AFABC8 (or 0xAFABC8) is unknown color: approx Wistful. HEX triplet: AF, AB and C8. RGB value is (175,171,200). Sum of RGB (Red+Green+Blue) = 175+171+200=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABC8 is #505437. Grayscale: #AFAFAF. Windows color (decimal): -5264440 or 13151151. OLE color: 13151151.

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

Color convert

RGB175171200-
CMYK0.120.1400.22
HSL248.28º20.86%72.75%-
HSV(B)248.28º14.5%78.43%-
XYZ42.6742.4160.58-
YUV175.5141.83127.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=32.05%
G=31.32%
B=36.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751712000.120.1400.22248.2820.8672.75
HexAFABC8CE016f81549
Octal257253310141602637025111
Binary1010111110101011110010001100111001011011111000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABC8; }

 p { color: rgb(175,171,200); }

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

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

 a { background-color: rgb(175,171,200); }

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

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

 span { border-color: rgb(175,171,200); }

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