Html Css Color HEX #AFA4BF Biloba Flower

📋 copy color: '#AFA4BF'

red 175 ◦ green 164 ◦ blue 191

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

Shades of Biloba Flower #AFA4BF

Tints of Biloba Flower #AFA4BF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.94%

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

R = 33.02%
G = 30.94%
B = 36.04%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFA4BF (or 0xAFA4BF) is known color: Biloba Flower. HEX triplet: AF, A4 and BF. RGB value is (175,164,191). Sum of RGB (Red+Green+Blue) = 175+164+191=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BF is #505B40. Grayscale: #AAAAAA. Windows color (decimal): -5266241 or 12559535. OLE color: 12559535.

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

Color convert

RGB 175 164 191 -
CMYK 0.08 0.14 0 0.25
HSL 264.44º 0.17% 0.7% -
HSV(B) 264.44º 0.14% 0.75% -
XYZ 40.36 39.43 54.77 -
YUV 170.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 175 164 191 0.08 0.14 0 0.25 264.44 0.17 0.7
Hex AF A4 BF 8 E 0 19 108 11 46
Octal 257 244 277 10 16 0 31 410 21 106
Binary 10101111 10100100 10111111 1000 1110 0 11001 100001000 10001 1000110

Color Harmonies of #AFA4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4BF

Black with #AFA4BF

Text Example


Text Example

White with #AFA4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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