#AFA6D5

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

Shades of Wistful #AFA6D5

Tints of Wistful #AFA6D5

Color information

#AFA6D5 (or 0xAFA6D5) is unknown color: approx Wistful. HEX triplet: AF, A6 and D5. RGB value is (175,166,213). Sum of RGB (Red+Green+Blue) = 175+166+213=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFA6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6D5 is #50592A. Grayscale: #ADADAD. Windows color (decimal): -5265707 or 14001839. OLE color: 14001839.

HSL color Cylindrical-coordinate representation of color #AFA6D5: hue angle of 251.49º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA6D5 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175166213-
CMYK0.180.2200.16
HSL251.49º35.88%74.31%-
HSV(B)251.49º22.07%83.53%-
XYZ43.3341.1968.62-
YUV174.05149.98128.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=31.59%
G=29.96%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751662130.180.2200.16251.4935.8874.31
HexAFA6D51216010fb244a
Octal257246325222602037344112
Binary1010111110100110110101011001010110010000111110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6D5; }

 p { color: rgb(175,166,213); }

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

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

 a { background-color: rgb(175,166,213); }

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

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

 span { border-color: rgb(175,166,213); }

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