#AFA7DE

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

Shades of Wistful #AFA7DE

Tints of Wistful #AFA7DE

Color information

#AFA7DE (or 0xAFA7DE) is unknown color: approx Wistful. HEX triplet: AF, A7 and DE. RGB value is (175,167,222). Sum of RGB (Red+Green+Blue) = 175+167+222=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7DE is #505821. Grayscale: #AFAFAF. Windows color (decimal): -5265442 or 14591919. OLE color: 14591919.

HSL color Cylindrical-coordinate representation of color #AFA7DE: hue angle of 248.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA7DE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175167222-
CMYK0.210.2500.13
HSL248.73º45.45%76.27%-
HSV(B)248.73º24.77%87.06%-
XYZ44.6842.0374.86-
YUV175.66154.15127.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 167 (65.62% from 255) = 29.61%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=31.03%
G=29.61%
B=39.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751672220.210.2500.13248.7345.4576.27
HexAFA7DE15190Df92d4c
Octal257247336253101537155114
Binary101011111010011111011110101011100101101111110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7DE; }

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

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

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

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

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

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

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

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