#AFA8BE

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

Shades of Biloba Flower #AFA8BE

Tints of Biloba Flower #AFA8BE

Color information

#AFA8BE (or 0xAFA8BE) is unknown color: approx Biloba Flower. HEX triplet: AF, A8 and BE. RGB value is (175,168,190). Sum of RGB (Red+Green+Blue) = 175+168+190=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8BE is #505741. Grayscale: #ACACAC. Windows color (decimal): -5265218 or 12495023. OLE color: 12495023.

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

Color convert

RGB175168190-
CMYK0.080.1200.25
HSL259.09º14.47%70.2%-
HSV(B)259.09º11.58%74.51%-
XYZ40.9840.8454.44-
YUV172.6137.82129.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=32.83%
G=31.52%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751681900.080.1200.25259.0914.4770.2
HexAFA8BE8C019103e46
Octal257250276101403140316106
Binary1010111110101000101111101000110001100110000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8BE; }

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

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

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

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

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

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

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

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