#AF89F1

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

Shades of Biloba Flower #AF89F1

Tints of Biloba Flower #AF89F1

Color information

#AF89F1 (or 0xAF89F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and F1. RGB value is (175,137,241). Sum of RGB (Red+Green+Blue) = 175+137+241=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF89F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89F1 is #50760E. Grayscale: #9F9F9F. Windows color (decimal): -5273103 or 15829423. OLE color: 15829423.

HSL color Cylindrical-coordinate representation of color #AF89F1: hue angle of 261.92º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF89F1 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175137241-
CMYK0.270.4300.05
HSL261.92º78.79%74.12%-
HSV(B)261.92º43.15%94.51%-
XYZ42.533.3687.42-
YUV160.22173.59138.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=31.65%
G=24.77%
B=43.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751372410.270.4300.05261.9278.7974.12
HexAF89F11B2B051064f4a
Octal257211361335305406117112
Binary10101111100010011111000111011101011010110000011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89F1; }

 p { color: rgb(175,137,241); }

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

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

 a { background-color: rgb(175,137,241); }

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

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

 span { border-color: rgb(175,137,241); }

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