#AFA4BE

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

Shades of Biloba Flower #AFA4BE

Tints of Biloba Flower #AFA4BE

Color information

#AFA4BE (or 0xAFA4BE) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and BE. RGB value is (175,164,190). Sum of RGB (Red+Green+Blue) = 175+164+190=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BE is #505B41. Grayscale: #AAAAAA. Windows color (decimal): -5266242 or 12493999. OLE color: 12493999.

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

Color convert

RGB175164190-
CMYK0.080.1400.25
HSL265.38º16.67%69.41%-
HSV(B)265.38º13.68%74.51%-
XYZ40.2539.3854.2-
YUV170.25139.14131.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=33.08%
G=31.00%
B=35.92%

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
Decimal1751641900.080.1400.25265.3816.6769.41
HexAFA4BE8E0191091145
Octal257244276101603141121105
Binary10101111101001001011111010001110011001100001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4BE; }

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

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

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

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

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

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

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

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