#AFA8BA

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

Shades of Biloba Flower #AFA8BA

Tints of Biloba Flower #AFA8BA

Color information

#AFA8BA (or 0xAFA8BA) is unknown color: approx Biloba Flower. HEX triplet: AF, A8 and BA. RGB value is (175,168,186). Sum of RGB (Red+Green+Blue) = 175+168+186=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8BA is #505745. Grayscale: #ACACAC. Windows color (decimal): -5265222 or 12232879. OLE color: 12232879.

HSL color Cylindrical-coordinate representation of color #AFA8BA: hue angle of 263.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA8BA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175168186-
CMYK0.060.1000.27
HSL263.33º11.54%69.41%-
HSV(B)263.33º9.68%72.94%-
XYZ40.5440.6652.17-
YUV172.14135.82130.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=33.08%
G=31.76%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751681860.060.1000.27263.3311.5469.41
HexAFA8BA6A01B107c45
Octal25725027261203340714105
Binary101011111010100010111010110101001101110000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8BA; }

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

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

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

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

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

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

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

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