#AFACCD

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

Shades of Wistful #AFACCD

Tints of Wistful #AFACCD

Color information

#AFACCD (or 0xAFACCD) is unknown color: approx Wistful. HEX triplet: AF, AC and CD. RGB value is (175,172,205). Sum of RGB (Red+Green+Blue) = 175+172+205=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACCD is #505332. Grayscale: #B0B0B0. Windows color (decimal): -5264179 or 13479087. OLE color: 13479087.

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

Color convert

RGB175172205-
CMYK0.150.1600.20
HSL245.45º24.81%73.92%-
HSV(B)245.45º16.1%80.39%-
XYZ43.4543.0363.77-
YUV176.66143.99126.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=31.70%
G=31.16%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751722050.150.1600.20245.4524.8173.92
HexAFACCDF10014f5194a
Octal257254315172002436531112
Binary10101111101011001100110111111000001010011110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACCD; }

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

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

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

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

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

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

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

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