Html Css Color HEX #AFA0BF Biloba Flower

📋 copy color: '#AFA0BF'

red 175 ◦ green 160 ◦ blue 191

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

Shades of Biloba Flower #AFA0BF

Tints of Biloba Flower #AFA0BF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

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

R = 33.27%
G = 30.42%
B = 36.31%

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

#AFA0BF (or 0xAFA0BF) is known color: Biloba Flower. HEX triplet: AF, A0 and BF. RGB value is (175,160,191). Sum of RGB (Red+Green+Blue) = 175+160+191=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BF is #505F40. Grayscale: #A7A7A7. Windows color (decimal): -5267265 or 12558511. OLE color: 12558511.

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

Color convert

RGB 175 160 191 -
CMYK 0.08 0.16 0 0.25
HSL 269.03º 0.19% 0.69% -
HSV(B) 269.03º 0.16% 0.75% -
XYZ 39.65 38.02 54.54 -
YUV 168.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 175 160 191 0.08 0.16 0 0.25 269.03 0.19 0.69
Hex AF A0 BF 8 10 0 19 10D 13 45
Octal 257 240 277 10 20 0 31 415 23 105
Binary 10101111 10100000 10111111 1000 10000 0 11001 100001101 10011 1000101

Color Harmonies of #AFA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0BF

Black with #AFA0BF

Text Example


Text Example

White with #AFA0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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