Html Css Color HEX #AFA1BF Biloba Flower

📋 copy color: '#AFA1BF'

red 175 ◦ green 161 ◦ blue 191

#AFA1BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AFA1BF

Tints of Biloba Flower #AFA1BF

RGB

 RED value IS 175 (68.75% from 255) = 33.21%

 GREEN value IS 161 (63.28% from 255) = 30.55%

 BLUE value IS 191 (75% from 255) = 36.24%

R = 33.21%
G = 30.55%
B = 36.24%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFA1BF (or 0xAFA1BF) is known color: Biloba Flower. HEX triplet: AF, A1 and BF. RGB value is (175,161,191). Sum of RGB (Red+Green+Blue) = 175+161+191=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BF is #505E40. Grayscale: #A8A8A8. Windows color (decimal): -5267009 or 12558767. OLE color: 12558767.

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

Color convert

RGB 175 161 191 -
CMYK 0.08 0.16 0 0.25
HSL 268º 0.19% 0.69% -
HSV(B) 268º 0.16% 0.75% -
XYZ 39.83 38.37 54.6 -
YUV 168.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 175 161 191 0.08 0.16 0 0.25 268 0.19 0.69
Hex AF A1 BF 8 10 0 19 10C 13 45
Octal 257 241 277 10 20 0 31 414 23 105
Binary 10101111 10100001 10111111 1000 10000 0 11001 100001100 10011 1000101

Color Harmonies of #AFA1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1BF

Black with #AFA1BF

Text Example


Text Example

White with #AFA1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1BF; }

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

 H1.HeaderClassName
 {
   color: #AFA1BF;
 }
 .AnyTagClassName
 {
   color: #AFA1BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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