#AFA3EC

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

Shades of Biloba Flower #AFA3EC

Tints of Biloba Flower #AFA3EC

Color information

#AFA3EC (or 0xAFA3EC) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and EC. RGB value is (175,163,236). Sum of RGB (Red+Green+Blue) = 175+163+236=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA3EC is #505C13. Grayscale: #AEAEAE. Windows color (decimal): -5266452 or 15508399. OLE color: 15508399.

HSL color Cylindrical-coordinate representation of color #AFA3EC: hue angle of 249.86º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA3EC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175163236-
CMYK0.260.3100.07
HSL249.86º65.77%78.24%-
HSV(B)249.86º30.93%92.55%-
XYZ45.9241.3684.92-
YUV174.91162.48128.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=30.49%
G=28.40%
B=41.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751632360.260.3100.07249.8665.7778.24
HexAFA3EC1A1F07fa424e
Octal257243354323707372102116
Binary101011111010001111101100110101111101111111101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3EC; }

 p { color: rgb(175,163,236); }

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

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

 a { background-color: rgb(175,163,236); }

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

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

 span { border-color: rgb(175,163,236); }

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