#AFACC8

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

Shades of Wistful #AFACC8

Tints of Wistful #AFACC8

Color information

#AFACC8 (or 0xAFACC8) is unknown color: approx Wistful. HEX triplet: AF, AC and C8. RGB value is (175,172,200). Sum of RGB (Red+Green+Blue) = 175+172+200=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC8 is #505337. Grayscale: #AFAFAF. Windows color (decimal): -5264184 or 13151407. OLE color: 13151407.

HSL color Cylindrical-coordinate representation of color #AFACC8: hue angle of 246.43º degrees, saturation: 0.2, 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 #AFACC8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175172200-
CMYK0.120.1400.22
HSL246.43º20.29%72.94%-
HSV(B)246.43º14%78.43%-
XYZ42.8642.7960.64-
YUV176.09141.49127.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=31.99%
G=31.44%
B=36.56%

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
Decimal1751722000.120.1400.22246.4320.2972.94
HexAFACC8CE016f61449
Octal257254310141602636624111
Binary1010111110101100110010001100111001011011110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACC8; }

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

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

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

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

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

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

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

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