#AFA8DB

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

Shades of Wistful #AFA8DB

Tints of Wistful #AFA8DB

Color information

#AFA8DB (or 0xAFA8DB) is unknown color: approx Wistful. HEX triplet: AF, A8 and DB. RGB value is (175,168,219). Sum of RGB (Red+Green+Blue) = 175+168+219=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8DB is #505724. Grayscale: #AFAFAF. Windows color (decimal): -5265189 or 14395567. OLE color: 14395567.

HSL color Cylindrical-coordinate representation of color #AFA8DB: hue angle of 248.24º 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 #AFA8DB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175168219-
CMYK0.200.2300.14
HSL248.24º41.46%75.88%-
HSV(B)248.24º23.29%85.88%-
XYZ44.4742.2372.83-
YUV175.91152.32127.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=31.14%
G=29.89%
B=38.97%

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
Decimal1751682190.200.2300.14248.2441.4675.88
HexAFA8DB14170Ef8294c
Octal257250333242701637051114
Binary101011111010100011011011101001011101110111110001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8DB; }

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

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

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

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

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

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

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

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