#AFA1BE

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

Shades of Biloba Flower #AFA1BE

Tints of Biloba Flower #AFA1BE

Color information

#AFA1BE (or 0xAFA1BE) is unknown color: approx Biloba Flower. HEX triplet: AF, A1 and BE. RGB value is (175,161,190). Sum of RGB (Red+Green+Blue) = 175+161+190=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BE is #505E41. Grayscale: #A8A8A8. Windows color (decimal): -5267010 or 12493231. OLE color: 12493231.

HSL color Cylindrical-coordinate representation of color #AFA1BE: hue angle of 268.97º 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 #AFA1BE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175161190-
CMYK0.080.1500.25
HSL268.97º18.24%68.82%-
HSV(B)268.97º15.26%74.51%-
XYZ39.7238.3254.02-
YUV168.49140.14132.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=33.27%
G=30.61%
B=36.12%

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
Decimal1751611900.080.1500.25268.9718.2468.82
HexAFA1BE8F01910d1245
Octal257241276101703141522105
Binary10101111101000011011111010001111011001100001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1BE; }

 p { color: rgb(175,161,190); }

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

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

 a { background-color: rgb(175,161,190); }

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

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

 span { border-color: rgb(175,161,190); }

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