#AFA2BF

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

Shades of Biloba Flower #AFA2BF

Tints of Biloba Flower #AFA2BF

Color information

#AFA2BF (or 0xAFA2BF) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and BF. RGB value is (175,162,191). Sum of RGB (Red+Green+Blue) = 175+162+191=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2BF is #505D40. Grayscale: #A9A9A9. Windows color (decimal): -5266753 or 12559023. OLE color: 12559023.

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

Color convert

RGB175162191-
CMYK0.080.1500.25
HSL266.9º18.47%69.22%-
HSV(B)266.9º15.18%74.9%-
XYZ4038.7254.65-
YUV169.19140.31132.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 191 (75% from 255) = 36.17%
R=33.14%
G=30.68%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751621910.080.1500.25266.918.4769.22
HexAFA2BF8F01910b1245
Octal257242277101703141322105
Binary10101111101000101011111110001111011001100001011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2BF; }

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

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

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

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

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

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

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

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