#AFA0C9

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

Shades of Biloba Flower #AFA0C9

Tints of Biloba Flower #AFA0C9

Color information

#AFA0C9 (or 0xAFA0C9) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and C9. RGB value is (175,160,201). Sum of RGB (Red+Green+Blue) = 175+160+201=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFA0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0C9 is #505F36. Grayscale: #A9A9A9. Windows color (decimal): -5267255 or 13213871. OLE color: 13213871.

HSL color Cylindrical-coordinate representation of color #AFA0C9: hue angle of 261.95º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFA0C9 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175160201-
CMYK0.130.2000.21
HSL261.95º27.52%70.78%-
HSV(B)261.95º20.4%78.82%-
XYZ40.7938.4760.53-
YUV169.16145.97132.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=32.65%
G=29.85%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751602010.130.2000.21261.9527.5270.78
HexAFA0C9D140151061c47
Octal257240311152402540634107
Binary101011111010000011001001110110100010101100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0C9; }

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

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

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

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

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

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

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

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