#AFA8BC

Color #AFA8BC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AFA8BC

Tints of Biloba Flower #AFA8BC

Color information

#AFA8BC (or 0xAFA8BC) is unknown color: approx Biloba Flower. HEX triplet: AF, A8 and BC. RGB value is (175,168,188). Sum of RGB (Red+Green+Blue) = 175+168+188=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8BC is #505743. Grayscale: #ACACAC. Windows color (decimal): -5265220 or 12363951. OLE color: 12363951.

HSL color Cylindrical-coordinate representation of color #AFA8BC: hue angle of 261º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA8BC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175168188-
CMYK0.070.1100.26
HSL261º12.99%69.8%-
HSV(B)261º10.64%73.73%-
XYZ40.7640.7553.29-
YUV172.37136.82129.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=32.96%
G=31.64%
B=35.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751681880.070.1100.2626112.9969.8
HexAFA8BC7B01A105d46
Octal25725027471303240515106
Binary101011111010100010111100111101101101010000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8BC; }

 p { color: rgb(175,168,188); }

 H1.HeaderClassName
 {
   color: #AFA8BC;
 }
 .AnyTagClassName
 {
   color: #AFA8BC;
 }
</style>
background-color css

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

 a { background-color: rgb(175,168,188); }

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

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

 span { border-color: rgb(175,168,188); }

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