#AFAAD8

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

Shades of Wistful #AFAAD8

Tints of Wistful #AFAAD8

Color information

#AFAAD8 (or 0xAFAAD8) is unknown color: approx Wistful. HEX triplet: AF, AA and D8. RGB value is (175,170,216). Sum of RGB (Red+Green+Blue) = 175+170+216=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFAAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAD8 is #505527. Grayscale: #B0B0B0. Windows color (decimal): -5264680 or 14199471. OLE color: 14199471.

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

Color convert

RGB175170216-
CMYK0.190.2100.15
HSL246.52º37.1%75.69%-
HSV(B)246.52º21.3%84.71%-
XYZ44.4542.8270.89-
YUV176.74150.16126.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=31.19%
G=30.30%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751702160.190.2100.15246.5237.175.69
HexAFAAD813150Ff7254c
Octal257252330232501736745114
Binary101011111010101011011000100111010101111111101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAD8; }

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

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

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

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

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

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

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

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