#AFACCA

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

Shades of Wistful #AFACCA

Tints of Wistful #AFACCA

Color information

#AFACCA (or 0xAFACCA) is unknown color: approx Wistful. HEX triplet: AF, AC and CA. RGB value is (175,172,202). Sum of RGB (Red+Green+Blue) = 175+172+202=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACCA is #505335. Grayscale: #B0B0B0. Windows color (decimal): -5264182 or 13282479. OLE color: 13282479.

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

Color convert

RGB175172202-
CMYK0.130.1500.21
HSL246º22.06%73.33%-
HSV(B)246º14.85%79.22%-
XYZ43.0942.8861.88-
YUV176.32142.49127.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=31.88%
G=31.33%
B=36.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751722020.130.1500.2124622.0673.33
HexAFACCADF015f61649
Octal257254312151702536626111
Binary1010111110101100110010101101111101010111110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACCA; }

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

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

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

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

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

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

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

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