#AFA0C5

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

Shades of Biloba Flower #AFA0C5

Tints of Biloba Flower #AFA0C5

Color information

#AFA0C5 (or 0xAFA0C5) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and C5. RGB value is (175,160,197). Sum of RGB (Red+Green+Blue) = 175+160+197=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFA0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0C5 is #505F3A. Grayscale: #A8A8A8. Windows color (decimal): -5267259 or 12951727. OLE color: 12951727.

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

Color convert

RGB175160197-
CMYK0.110.1900.23
HSL264.32º24.18%70%-
HSV(B)264.32º18.78%77.25%-
XYZ40.3338.2958.09-
YUV168.7143.97132.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=32.89%
G=30.08%
B=37.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751601970.110.1900.23264.3224.1870
HexAFA0C5B130171081846
Octal257240305132302741030106
Binary101011111010000011000101101110011010111100001000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0C5; }

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

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

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

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

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

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

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

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