#AFA9C0

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

Shades of Biloba Flower #AFA9C0

Tints of Biloba Flower #AFA9C0

Color information

#AFA9C0 (or 0xAFA9C0) is unknown color: approx Biloba Flower. HEX triplet: AF, A9 and C0. RGB value is (175,169,192). Sum of RGB (Red+Green+Blue) = 175+169+192=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFA9C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9C0 is #50563F. Grayscale: #ADADAD. Windows color (decimal): -5264960 or 12626351. OLE color: 12626351.

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

Color convert

RGB175169192-
CMYK0.090.1200.25
HSL255.65º15.44%70.78%-
HSV(B)255.65º11.98%75.29%-
XYZ41.3841.355.66-
YUV173.42138.49129.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=32.65%
G=31.53%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751691920.090.1200.25255.6515.4470.78
HexAFA9C09C019100f47
Octal257251300111403140017107
Binary1010111110101001110000001001110001100110000000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9C0; }

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

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

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

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

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

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

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

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