#AFA4E1

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

Shades of Biloba Flower #AFA4E1

Tints of Biloba Flower #AFA4E1

Color information

#AFA4E1 (or 0xAFA4E1) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and E1. RGB value is (175,164,225). Sum of RGB (Red+Green+Blue) = 175+164+225=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFA4E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4E1 is #505B1E. Grayscale: #AEAEAE. Windows color (decimal): -5266207 or 14787759. OLE color: 14787759.

HSL color Cylindrical-coordinate representation of color #AFA4E1: hue angle of 250.82º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA4E1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175164225-
CMYK0.220.2700.12
HSL250.82º50.41%76.27%-
HSV(B)250.82º27.11%88.24%-
XYZ44.5541.176.82-
YUV174.24156.64128.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=31.03%
G=29.08%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751642250.220.2700.12250.8250.4176.27
HexAFA4E1161B0Cfb324c
Octal257244341263301437362114
Binary101011111010010011100001101101101101100111110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4E1; }

 p { color: rgb(175,164,225); }

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

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

 a { background-color: rgb(175,164,225); }

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

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

 span { border-color: rgb(175,164,225); }

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