#AF97F4

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

Shades of Biloba Flower #AF97F4

Tints of Biloba Flower #AF97F4

Color information

#AF97F4 (or 0xAF97F4) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and F4. RGB value is (175,151,244). Sum of RGB (Red+Green+Blue) = 175+151+244=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF97F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97F4 is #50680B. Grayscale: #A8A8A8. Windows color (decimal): -5269516 or 16029615. OLE color: 16029615.

HSL color Cylindrical-coordinate representation of color #AF97F4: hue angle of 255.48º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF97F4 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175151244-
CMYK0.280.3800.04
HSL255.48º80.87%77.45%-
HSV(B)255.48º38.11%95.69%-
XYZ45.0737.7890.5-
YUV168.78170.45132.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 244 (95.70% from 255) = 42.81%
R=30.70%
G=26.49%
B=42.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751512440.280.3800.04255.4880.8777.45
HexAF97F41C2604ff514d
Octal257227364344604377121115
Binary1010111110010111111101001110010011001001111111110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97F4; }

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

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

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

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

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

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

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

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