#AF89F5

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

Shades of Biloba Flower #AF89F5

Tints of Biloba Flower #AF89F5

Color information

#AF89F5 (or 0xAF89F5) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and F5. RGB value is (175,137,245). Sum of RGB (Red+Green+Blue) = 175+137+245=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF89F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89F5 is #50760A. Grayscale: #A0A0A0. Windows color (decimal): -5273099 or 16091567. OLE color: 16091567.

HSL color Cylindrical-coordinate representation of color #AF89F5: hue angle of 261.11º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF89F5 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175137245-
CMYK0.290.4400.04
HSL261.11º84.38%74.9%-
HSV(B)261.11º44.08%96.08%-
XYZ43.1133.690.6-
YUV160.67175.59138.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=31.42%
G=24.60%
B=43.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751372450.290.4400.04261.1184.3874.9
HexAF89F51D2C04105544b
Octal257211365355404405124113
Binary10101111100010011111010111101101100010010000010110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89F5; }

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

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

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

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

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

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

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

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