#AFACCB

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

Shades of Wistful #AFACCB

Tints of Wistful #AFACCB

Color information

#AFACCB (or 0xAFACCB) is unknown color: approx Wistful. HEX triplet: AF, AC and CB. RGB value is (175,172,203). Sum of RGB (Red+Green+Blue) = 175+172+203=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACCB is #505334. Grayscale: #B0B0B0. Windows color (decimal): -5264181 or 13348015. OLE color: 13348015.

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

Color convert

RGB175172203-
CMYK0.140.1500.20
HSL245.81º22.96%73.53%-
HSV(B)245.81º15.27%79.61%-
XYZ43.2142.9362.51-
YUV176.43142.99126.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=31.82%
G=31.27%
B=36.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751722030.140.1500.20245.8122.9673.53
HexAFACCBEF014f6174a
Octal257254313161702436627112
Binary1010111110101100110010111110111101010011110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACCB; }

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

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

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

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

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

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

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

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