#AFAACF

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

Shades of Wistful #AFAACF

Tints of Wistful #AFAACF

Color information

#AFAACF (or 0xAFAACF) is unknown color: approx Wistful. HEX triplet: AF, AA and CF. RGB value is (175,170,207). Sum of RGB (Red+Green+Blue) = 175+170+207=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACF is #505530. Grayscale: #AFAFAF. Windows color (decimal): -5264689 or 13609647. OLE color: 13609647.

HSL color Cylindrical-coordinate representation of color #AFAACF: hue angle of 248.11º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAACF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175170207-
CMYK0.150.1800.19
HSL248.11º27.82%73.92%-
HSV(B)248.11º17.87%81.18%-
XYZ43.3242.3764.93-
YUV175.71145.66127.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=31.70%
G=30.80%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751702070.150.1800.19248.1127.8273.92
HexAFAACFF12013f81c4a
Octal257252317172202337034112
Binary10101111101010101100111111111001001001111111000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAACF; }

 p { color: rgb(175,170,207); }

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

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

 a { background-color: rgb(175,170,207); }

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

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

 span { border-color: rgb(175,170,207); }

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