#AF91E9

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

Shades of Biloba Flower #AF91E9

Tints of Biloba Flower #AF91E9

Color information

#AF91E9 (or 0xAF91E9) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and E9. RGB value is (175,145,233). Sum of RGB (Red+Green+Blue) = 175+145+233=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF91E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91E9 is #506E16. Grayscale: #A3A3A3. Windows color (decimal): -5271063 or 15307183. OLE color: 15307183.

HSL color Cylindrical-coordinate representation of color #AF91E9: hue angle of 260.45º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF91E9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175145233-
CMYK0.250.3800.09
HSL260.45º66.67%74.12%-
HSV(B)260.45º37.77%91.37%-
XYZ42.5135.2581.65-
YUV164166.94135.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=31.65%
G=26.22%
B=42.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751452330.250.3800.09260.4566.6774.12
HexAF91E9192609104434a
Octal2572213513146011404103112
Binary101011111001000111101001110011001100100110000010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91E9; }

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

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

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

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

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

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

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

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