#AFA9DA

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

Shades of Wistful #AFA9DA

Tints of Wistful #AFA9DA

Color information

#AFA9DA (or 0xAFA9DA) is unknown color: approx Wistful. HEX triplet: AF, A9 and DA. RGB value is (175,169,218). Sum of RGB (Red+Green+Blue) = 175+169+218=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFA9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9DA is #505625. Grayscale: #B0B0B0. Windows color (decimal): -5264934 or 14330287. OLE color: 14330287.

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

Color convert

RGB175169218-
CMYK0.200.2200.15
HSL247.35º39.84%75.88%-
HSV(B)247.35º22.48%85.49%-
XYZ44.5242.5572.2-
YUV176.38151.49127.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=31.14%
G=30.07%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751692180.200.2200.15247.3539.8475.88
HexAFA9DA14160Ff7284c
Octal257251332242601736750114
Binary101011111010100111011010101001011001111111101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9DA; }

 p { color: rgb(175,169,218); }

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

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

 a { background-color: rgb(175,169,218); }

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

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

 span { border-color: rgb(175,169,218); }

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