#AFA7BB

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

Shades of Biloba Flower #AFA7BB

Tints of Biloba Flower #AFA7BB

Color information

#AFA7BB (or 0xAFA7BB) is unknown color: approx Biloba Flower. HEX triplet: AF, A7 and BB. RGB value is (175,167,187). Sum of RGB (Red+Green+Blue) = 175+167+187=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7BB is #505844. Grayscale: #ABABAB. Windows color (decimal): -5265477 or 12298159. OLE color: 12298159.

HSL color Cylindrical-coordinate representation of color #AFA7BB: hue angle of 264º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA7BB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175167187-
CMYK0.060.1100.27
HSL264º12.82%69.41%-
HSV(B)264º10.7%73.33%-
XYZ40.4740.3452.67-
YUV171.67136.65130.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=33.08%
G=31.57%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751671870.060.1100.2726412.8269.41
HexAFA7BB6B01B108d45
Octal25724727361303341015105
Binary101011111010011110111011110101101101110000100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7BB; }

 p { color: rgb(175,167,187); }

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

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

 a { background-color: rgb(175,167,187); }

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

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

 span { border-color: rgb(175,167,187); }

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