#AFADCA

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

Shades of Wistful #AFADCA

Tints of Wistful #AFADCA

Color information

#AFADCA (or 0xAFADCA) is unknown color: approx Wistful. HEX triplet: AF, AD and CA. RGB value is (175,173,202). Sum of RGB (Red+Green+Blue) = 175+173+202=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADCA is #505235. Grayscale: #B0B0B0. Windows color (decimal): -5263926 or 13282735. OLE color: 13282735.

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

Color convert

RGB175173202-
CMYK0.130.1400.21
HSL244.14º21.48%73.53%-
HSV(B)244.14º14.36%79.22%-
XYZ43.2843.2761.95-
YUV176.9142.16126.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=31.82%
G=31.45%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751732020.130.1400.21244.1421.4873.53
HexAFADCADE015f4154a
Octal257255312151602536425112
Binary1010111110101101110010101101111001010111110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADCA; }

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

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

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

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

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

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

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

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