#AFA7D8

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

Shades of Wistful #AFA7D8

Tints of Wistful #AFA7D8

Color information

#AFA7D8 (or 0xAFA7D8) is unknown color: approx Wistful. HEX triplet: AF, A7 and D8. RGB value is (175,167,216). Sum of RGB (Red+Green+Blue) = 175+167+216=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFA7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7D8 is #505827. Grayscale: #AEAEAE. Windows color (decimal): -5265448 or 14198703. OLE color: 14198703.

HSL color Cylindrical-coordinate representation of color #AFA7D8: hue angle of 249.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA7D8 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175167216-
CMYK0.190.2300.15
HSL249.8º38.58%75.1%-
HSV(B)249.8º22.69%84.71%-
XYZ43.8941.7170.7-
YUV174.98151.15128.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=31.36%
G=29.93%
B=38.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751672160.190.2300.15249.838.5875.1
HexAFA7D813170Ffa274b
Octal257247330232701737247113
Binary101011111010011111011000100111011101111111110101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7D8; }

 p { color: rgb(175,167,216); }

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

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

 a { background-color: rgb(175,167,216); }

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

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

 span { border-color: rgb(175,167,216); }

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