#AFA9CA

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

Shades of Wistful #AFA9CA

Tints of Wistful #AFA9CA

Color information

#AFA9CA (or 0xAFA9CA) is unknown color: approx Wistful. HEX triplet: AF, A9 and CA. RGB value is (175,169,202). Sum of RGB (Red+Green+Blue) = 175+169+202=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9CA is #505635. Grayscale: #AEAEAE. Windows color (decimal): -5264950 or 13281711. OLE color: 13281711.

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

Color convert

RGB175169202-
CMYK0.130.1600.21
HSL250.91º23.74%72.75%-
HSV(B)250.91º16.34%79.22%-
XYZ42.5341.7561.7-
YUV174.56143.49128.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=32.05%
G=30.95%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751692020.130.1600.21250.9123.7472.75
HexAFA9CAD10015fb1849
Octal257251312152002537330111
Binary10101111101010011100101011011000001010111111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9CA; }

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

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

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

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

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

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

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

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