#AFA4BF

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

Shades of Biloba Flower #AFA4BF

Tints of Biloba Flower #AFA4BF

Color information

#AFA4BF (or 0xAFA4BF) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and BF. RGB value is (175,164,191). Sum of RGB (Red+Green+Blue) = 175+164+191=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BF is #505B40. Grayscale: #AAAAAA. Windows color (decimal): -5266241 or 12559535. OLE color: 12559535.

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

Color convert

RGB175164191-
CMYK0.080.1400.25
HSL264.44º17.42%69.61%-
HSV(B)264.44º14.14%74.9%-
XYZ40.3639.4354.77-
YUV170.37139.64131.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 191 (75% from 255) = 36.04%
R=33.02%
G=30.94%
B=36.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751641910.080.1400.25264.4417.4269.61
HexAFA4BF8E0191081146
Octal257244277101603141021106
Binary10101111101001001011111110001110011001100001000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4BF; }

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

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

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

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

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

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

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

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