#AFA9DB

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

Shades of Wistful #AFA9DB

Tints of Wistful #AFA9DB

Color information

#AFA9DB (or 0xAFA9DB) is unknown color: approx Wistful. HEX triplet: AF, A9 and DB. RGB value is (175,169,219). Sum of RGB (Red+Green+Blue) = 175+169+219=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9DB is #505624. Grayscale: #B0B0B0. Windows color (decimal): -5264933 or 14395823. OLE color: 14395823.

HSL color Cylindrical-coordinate representation of color #AFA9DB: hue angle of 247.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA9DB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175169219-
CMYK0.200.2300.14
HSL247.2º40.98%76.08%-
HSV(B)247.2º22.83%85.88%-
XYZ44.6542.672.89-
YUV176.49151.99126.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=31.08%
G=30.02%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751692190.200.2300.14247.240.9876.08
HexAFA9DB14170Ef7294c
Octal257251333242701636751114
Binary101011111010100111011011101001011101110111101111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9DB; }

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

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

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

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

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

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

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

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