#AF91EB

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

Shades of Biloba Flower #AF91EB

Tints of Biloba Flower #AF91EB

Color information

#AF91EB (or 0xAF91EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and EB. RGB value is (175,145,235). Sum of RGB (Red+Green+Blue) = 175+145+235=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF91EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91EB is #506E14. Grayscale: #A3A3A3. Windows color (decimal): -5271061 or 15438255. OLE color: 15438255.

HSL color Cylindrical-coordinate representation of color #AF91EB: hue angle of 260º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF91EB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175145235-
CMYK0.260.3800.08
HSL260º69.23%74.51%-
HSV(B)260º38.3%92.16%-
XYZ42.835.3683.17-
YUV164.23167.94135.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=31.53%
G=26.13%
B=42.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751452350.260.3800.0826069.2374.51
HexAF91EB1A2608104454b
Octal2572213533246010404105113
Binary101011111001000111101011110101001100100010000010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91EB; }

 p { color: rgb(175,145,235); }

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

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

 a { background-color: rgb(175,145,235); }

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

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

 span { border-color: rgb(175,145,235); }

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