#AF97F7

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

Shades of Biloba Flower #AF97F7

Tints of Biloba Flower #AF97F7

Color information

#AF97F7 (or 0xAF97F7) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and F7. RGB value is (175,151,247). Sum of RGB (Red+Green+Blue) = 175+151+247=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF97F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97F7 is #506808. Grayscale: #A8A8A8. Windows color (decimal): -5269513 or 16226223. OLE color: 16226223.

HSL color Cylindrical-coordinate representation of color #AF97F7: hue angle of 255º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF97F7 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175151247-
CMYK0.290.3900.03
HSL255º85.71%78.04%-
HSV(B)255º38.87%96.86%-
XYZ45.5337.9692.92-
YUV169.12171.95132.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=30.54%
G=26.35%
B=43.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751512470.290.3900.0325585.7178.04
HexAF97F71D2703ff564e
Octal257227367354703377126116
Binary101011111001011111110111111011001110111111111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97F7; }

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

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

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

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

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

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

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

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