#AF97E9

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

Shades of Biloba Flower #AF97E9

Tints of Biloba Flower #AF97E9

Color information

#AF97E9 (or 0xAF97E9) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and E9. RGB value is (175,151,233). Sum of RGB (Red+Green+Blue) = 175+151+233=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF97E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97E9 is #506816. Grayscale: #A7A7A7. Windows color (decimal): -5269527 or 15308719. OLE color: 15308719.

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

Color convert

RGB175151233-
CMYK0.250.3500.09
HSL257.56º65.08%75.29%-
HSV(B)257.56º35.19%91.37%-
XYZ43.4537.1381.97-
YUV167.52164.95133.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=31.31%
G=27.01%
B=41.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751512330.250.3500.09257.5665.0875.29
HexAF97E9192309102414b
Octal2572273513143011402101113
Binary101011111001011111101001110011000110100110000001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97E9; }

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

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

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

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

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

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

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

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