#AFA8CE

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

Shades of Wistful #AFA8CE

Tints of Wistful #AFA8CE

Color information

#AFA8CE (or 0xAFA8CE) is unknown color: approx Wistful. HEX triplet: AF, A8 and CE. RGB value is (175,168,206). Sum of RGB (Red+Green+Blue) = 175+168+206=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CE is #505731. Grayscale: #AEAEAE. Windows color (decimal): -5265202 or 13543599. OLE color: 13543599.

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

Color convert

RGB175168206-
CMYK0.150.1800.19
HSL251.05º27.94%73.33%-
HSV(B)251.05º18.45%80.78%-
XYZ42.8241.5864.16-
YUV174.42145.82128.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=31.88%
G=30.60%
B=37.52%

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
Decimal1751682060.150.1800.19251.0527.9473.33
HexAFA8CEF12013fb1c49
Octal257250316172202337334111
Binary10101111101010001100111011111001001001111111011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8CE; }

 p { color: rgb(175,168,206); }

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

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

 a { background-color: rgb(175,168,206); }

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

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

 span { border-color: rgb(175,168,206); }

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