#AFAACC

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

Shades of Wistful #AFAACC

Tints of Wistful #AFAACC

Color information

#AFAACC (or 0xAFAACC) is unknown color: approx Wistful. HEX triplet: AF, AA and CC. RGB value is (175,170,204). Sum of RGB (Red+Green+Blue) = 175+170+204=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACC is #505533. Grayscale: #AFAFAF. Windows color (decimal): -5264692 or 13413039. OLE color: 13413039.

HSL color Cylindrical-coordinate representation of color #AFAACC: hue angle of 248.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFAACC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175170204-
CMYK0.140.1700.2
HSL248.82º25%73.33%-
HSV(B)248.82º16.67%80%-
XYZ42.9542.2263.01-
YUV175.37144.16127.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=31.88%
G=30.97%
B=37.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751702040.140.1700.2248.822573.33
HexAFAACCE11014f91949
Octal257252314162102437131111
Binary10101111101010101100110011101000101010011111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAACC; }

 p { color: rgb(175,170,204); }

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

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

 a { background-color: rgb(175,170,204); }

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

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

 span { border-color: rgb(175,170,204); }

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