#AFA7E3

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

Shades of Wistful #AFA7E3

Tints of Wistful #AFA7E3

Color information

#AFA7E3 (or 0xAFA7E3) is unknown color: approx Wistful. HEX triplet: AF, A7 and E3. RGB value is (175,167,227). Sum of RGB (Red+Green+Blue) = 175+167+227=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFA7E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7E3 is #50581C. Grayscale: #B0B0B0. Windows color (decimal): -5265437 or 14919599. OLE color: 14919599.

HSL color Cylindrical-coordinate representation of color #AFA7E3: hue angle of 248º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA7E3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175167227-
CMYK0.230.2600.11
HSL248º51.72%77.25%-
HSV(B)248º26.43%89.02%-
XYZ45.3642.378.45-
YUV176.23156.65127.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 227 (89.06% from 255) = 39.89%
R=30.76%
G=29.35%
B=39.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751672270.230.2600.1124851.7277.25
HexAFA7E3171A0Bf8344d
Octal257247343273201337064115
Binary101011111010011111100011101111101001011111110001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7E3; }

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

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

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

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

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

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

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

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