#AFA9BC

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

Shades of Biloba Flower #AFA9BC

Tints of Biloba Flower #AFA9BC

Color information

#AFA9BC (or 0xAFA9BC) is unknown color: approx Biloba Flower. HEX triplet: AF, A9 and BC. RGB value is (175,169,188). Sum of RGB (Red+Green+Blue) = 175+169+188=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9BC is #505643. Grayscale: #ACACAC. Windows color (decimal): -5264964 or 12364207. OLE color: 12364207.

HSL color Cylindrical-coordinate representation of color #AFA9BC: hue angle of 258.95º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA9BC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175169188-
CMYK0.070.1000.26
HSL258.95º12.42%70%-
HSV(B)258.95º10.11%73.73%-
XYZ40.9441.1253.36-
YUV172.96136.49129.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=32.89%
G=31.77%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751691880.070.1000.26258.9512.4270
HexAFA9BC7A01A103c46
Octal25725127471203240314106
Binary101011111010100110111100111101001101010000001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9BC; }

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

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

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

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

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

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

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

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