#AFA8CA

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

Shades of Wistful #AFA8CA

Tints of Wistful #AFA8CA

Color information

#AFA8CA (or 0xAFA8CA) is unknown color: approx Wistful. HEX triplet: AF, A8 and CA. RGB value is (175,168,202). Sum of RGB (Red+Green+Blue) = 175+168+202=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CA is #505735. Grayscale: #ADADAD. Windows color (decimal): -5265206 or 13281455. OLE color: 13281455.

HSL color Cylindrical-coordinate representation of color #AFA8CA: hue angle of 252.35º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA8CA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175168202-
CMYK0.130.1700.21
HSL252.35º24.29%72.55%-
HSV(B)252.35º16.83%79.22%-
XYZ42.3441.3861.63-
YUV173.97143.82128.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=32.11%
G=30.83%
B=37.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751682020.130.1700.21252.3524.2972.55
HexAFA8CAD11015fc1849
Octal257250312152102537430111
Binary10101111101010001100101011011000101010111111100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8CA; }

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

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

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

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

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

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

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

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