#AFA3BE

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

Shades of Biloba Flower #AFA3BE

Tints of Biloba Flower #AFA3BE

Color information

#AFA3BE (or 0xAFA3BE) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and BE. RGB value is (175,163,190). Sum of RGB (Red+Green+Blue) = 175+163+190=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3BE is #505C41. Grayscale: #A9A9A9. Windows color (decimal): -5266498 or 12493743. OLE color: 12493743.

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

Color convert

RGB175163190-
CMYK0.080.1400.25
HSL266.67º17.2%69.22%-
HSV(B)266.67º14.21%74.51%-
XYZ40.0739.0354.14-
YUV169.67139.48131.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=33.14%
G=30.87%
B=35.98%

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
Decimal1751631900.080.1400.25266.6717.269.22
HexAFA3BE8E01910b1145
Octal257243276101603141321105
Binary10101111101000111011111010001110011001100001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3BE; }

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

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

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

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

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

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

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

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