#AF89FA

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

Shades of Biloba Flower #AF89FA

Tints of Biloba Flower #AF89FA

Color information

#AF89FA (or 0xAF89FA) is unknown color: approx Biloba Flower. HEX triplet: AF, 89 and FA. RGB value is (175,137,250). Sum of RGB (Red+Green+Blue) = 175+137+250=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89FA is #507605. Grayscale: #A0A0A0. Windows color (decimal): -5273094 or 16419247. OLE color: 16419247.

HSL color Cylindrical-coordinate representation of color #AF89FA: hue angle of 260.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF89FA is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175137250-
CMYK0.30.4500.02
HSL260.18º91.87%75.88%-
HSV(B)260.18º45.2%98.04%-
XYZ43.8833.9194.67-
YUV161.24178.09137.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=31.14%
G=24.38%
B=44.48%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751372500.30.4500.02260.1891.8775.88
HexAF89FA1E2D021045c4c
Octal257211372365502404134114
Binary1010111110001001111110101111010110101010000010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89FA; }

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

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

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

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

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

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

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

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