#AFA8BF

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

Shades of Biloba Flower #AFA8BF

Tints of Biloba Flower #AFA8BF

Color information

#AFA8BF (or 0xAFA8BF) is unknown color: approx Biloba Flower. HEX triplet: AF, A8 and BF. RGB value is (175,168,191). Sum of RGB (Red+Green+Blue) = 175+168+191=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8BF is #505740. Grayscale: #ACACAC. Windows color (decimal): -5265217 or 12560559. OLE color: 12560559.

HSL color Cylindrical-coordinate representation of color #AFA8BF: hue angle of 258.26º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA8BF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175168191-
CMYK0.080.1200.25
HSL258.26º15.23%70.39%-
HSV(B)258.26º12.04%74.9%-
XYZ41.0940.8855.02-
YUV172.72138.32129.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 191 (75% from 255) = 35.77%
R=32.77%
G=31.46%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751681910.080.1200.25258.2615.2370.39
HexAFA8BF8C019102f46
Octal257250277101403140217106
Binary1010111110101000101111111000110001100110000001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8BF; }

 p { color: rgb(175,168,191); }

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

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

 a { background-color: rgb(175,168,191); }

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

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

 span { border-color: rgb(175,168,191); }

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