Html Css Color HEX #AFA9BF Biloba Flower

📋 copy color: '#AFA9BF'

red 175 ◦ green 169 ◦ blue 191

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

Shades of Biloba Flower #AFA9BF

Tints of Biloba Flower #AFA9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

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

R = 32.71%
G = 31.59%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFA9BF (or 0xAFA9BF) is known color: Biloba Flower. HEX triplet: AF, A9 and BF. RGB value is (175,169,191). Sum of RGB (Red+Green+Blue) = 175+169+191=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9BF is #505640. Grayscale: #ADADAD. Windows color (decimal): -5264961 or 12560815. OLE color: 12560815.

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

Color convert

RGB 175 169 191 -
CMYK 0.08 0.12 0 0.25
HSL 256.36º 0.15% 0.71% -
HSV(B) 256.36º 0.12% 0.75% -
XYZ 41.27 41.25 55.08 -
YUV 173.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 175 169 191 0.08 0.12 0 0.25 256.36 0.15 0.71
Hex AF A9 BF 8 C 0 19 100 F 47
Octal 257 251 277 10 14 0 31 400 17 107
Binary 10101111 10101001 10111111 1000 1100 0 11001 100000000 1111 1000111

Color Harmonies of #AFA9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9BF

Black with #AFA9BF

Text Example


Text Example

White with #AFA9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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