#AFA9BA

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

Shades of Biloba Flower #AFA9BA

Tints of Biloba Flower #AFA9BA

Color information

#AFA9BA (or 0xAFA9BA) is unknown color: approx Biloba Flower. HEX triplet: AF, A9 and BA. RGB value is (175,169,186). Sum of RGB (Red+Green+Blue) = 175+169+186=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9BA is #505645. Grayscale: #ACACAC. Windows color (decimal): -5264966 or 12233135. OLE color: 12233135.

HSL color Cylindrical-coordinate representation of color #AFA9BA: hue angle of 261.18º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA9BA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175169186-
CMYK0.060.0900.27
HSL261.18º10.97%69.61%-
HSV(B)261.18º9.14%72.94%-
XYZ40.7341.0452.23-
YUV172.73135.49129.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=33.02%
G=31.89%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751691860.060.0900.27261.1810.9769.61
HexAFA9BA6901B105b46
Octal25725127261103340513106
Binary101011111010100110111010110100101101110000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9BA; }

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

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

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

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

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

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

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

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