#AFA9CD

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

Shades of Wistful #AFA9CD

Tints of Wistful #AFA9CD

Color information

#AFA9CD (or 0xAFA9CD) is unknown color: approx Wistful. HEX triplet: AF, A9 and CD. RGB value is (175,169,205). Sum of RGB (Red+Green+Blue) = 175+169+205=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9CD is #505632. Grayscale: #AEAEAE. Windows color (decimal): -5264947 or 13478319. OLE color: 13478319.

HSL color Cylindrical-coordinate representation of color #AFA9CD: hue angle of 250º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA9CD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175169205-
CMYK0.150.1800.20
HSL250º26.47%73.33%-
HSV(B)250º17.56%80.39%-
XYZ42.8941.963.58-
YUV174.9144.99128.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=31.88%
G=30.78%
B=37.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751692050.150.1800.2025026.4773.33
HexAFA9CDF12014fa1a49
Octal257251315172202437232111
Binary10101111101010011100110111111001001010011111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9CD; }

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

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

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

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

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

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

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

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