#AFA0EF

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

Shades of Biloba Flower #AFA0EF

Tints of Biloba Flower #AFA0EF

Color information

#AFA0EF (or 0xAFA0EF) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and EF. RGB value is (175,160,239). Sum of RGB (Red+Green+Blue) = 175+160+239=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFA0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0EF is #505F10. Grayscale: #ADADAD. Windows color (decimal): -5267217 or 15704239. OLE color: 15704239.

HSL color Cylindrical-coordinate representation of color #AFA0EF: hue angle of 251.39º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA0EF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175160239-
CMYK0.270.3300.06
HSL251.39º71.17%78.24%-
HSV(B)251.39º33.05%93.73%-
XYZ45.8340.4987.06-
YUV173.49164.97129.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=30.49%
G=27.87%
B=41.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751602390.270.3300.06251.3971.1778.24
HexAFA0EF1B2106fb474e
Octal257240357334106373107116
Binary1010111110100000111011111101110000101101111101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0EF; }

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

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

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

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

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

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

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

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