#AFA0C1

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

Shades of Biloba Flower #AFA0C1

Tints of Biloba Flower #AFA0C1

Color information

#AFA0C1 (or 0xAFA0C1) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and C1. RGB value is (175,160,193). Sum of RGB (Red+Green+Blue) = 175+160+193=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFA0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0C1 is #505F3E. Grayscale: #A8A8A8. Windows color (decimal): -5267263 or 12689583. OLE color: 12689583.

HSL color Cylindrical-coordinate representation of color #AFA0C1: hue angle of 267.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA0C1 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175160193-
CMYK0.090.1700.24
HSL267.27º21.02%69.22%-
HSV(B)267.27º17.1%75.69%-
XYZ39.8838.1155.71-
YUV168.25141.97132.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=33.14%
G=30.30%
B=36.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751601930.090.1700.24267.2721.0269.22
HexAFA0C191101810b1545
Octal257240301112103041325105
Binary101011111010000011000001100110001011000100001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0C1; }

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

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

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

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

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

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

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

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