#AFA0C4

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

Shades of Biloba Flower #AFA0C4

Tints of Biloba Flower #AFA0C4

Color information

#AFA0C4 (or 0xAFA0C4) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and C4. RGB value is (175,160,196). Sum of RGB (Red+Green+Blue) = 175+160+196=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFA0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0C4 is #505F3B. Grayscale: #A8A8A8. Windows color (decimal): -5267260 or 12886191. OLE color: 12886191.

HSL color Cylindrical-coordinate representation of color #AFA0C4: hue angle of 265º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA0C4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175160196-
CMYK0.110.1800.23
HSL265º23.38%69.8%-
HSV(B)265º18.37%76.86%-
XYZ40.2138.2457.49-
YUV168.59143.47132.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=32.96%
G=30.13%
B=36.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751601960.110.1800.2326523.3869.8
HexAFA0C4B120171091746
Octal257240304132202741127106
Binary101011111010000011000100101110010010111100001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0C4; }

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

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

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

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

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

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

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

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