Html Css Color HEX #AFA5BF Biloba Flower

📋 copy color: '#AFA5BF'

red 175 ◦ green 165 ◦ blue 191

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

Shades of Biloba Flower #AFA5BF

Tints of Biloba Flower #AFA5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

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

R = 32.96%
G = 31.07%
B = 35.97%

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

#AFA5BF (or 0xAFA5BF) is known color: Biloba Flower. HEX triplet: AF, A5 and BF. RGB value is (175,165,191). Sum of RGB (Red+Green+Blue) = 175+165+191=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5BF is #505A40. Grayscale: #AAAAAA. Windows color (decimal): -5265985 or 12559791. OLE color: 12559791.

HSL color Cylindrical-coordinate representation of color #AFA5BF: hue angle of 263.08º 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 #AFA5BF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 165 191 -
CMYK 0.08 0.14 0 0.25
HSL 263.08º 0.17% 0.7% -
HSV(B) 263.08º 0.14% 0.75% -
XYZ 40.54 39.79 54.83 -
YUV 170.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 175 165 191 0.08 0.14 0 0.25 263.08 0.17 0.7
Hex AF A5 BF 8 E 0 19 107 11 46
Octal 257 245 277 10 16 0 31 407 21 106
Binary 10101111 10100101 10111111 1000 1110 0 11001 100000111 10001 1000110

Color Harmonies of #AFA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5BF

Black with #AFA5BF

Text Example


Text Example

White with #AFA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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