#AF88F9

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

Shades of Biloba Flower #AF88F9

Tints of Biloba Flower #AF88F9

Color information

#AF88F9 (or 0xAF88F9) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and F9. RGB value is (175,136,249). Sum of RGB (Red+Green+Blue) = 175+136+249=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF88F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88F9 is #507706. Grayscale: #A0A0A0. Windows color (decimal): -5273351 or 16353455. OLE color: 16353455.

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

Color convert

RGB175136249-
CMYK0.300.4500.02
HSL260.71º90.4%75.49%-
HSV(B)260.71º45.38%97.65%-
XYZ43.5833.5693.8-
YUV160.54177.92138.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=31.25%
G=24.29%
B=44.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751362490.300.4500.02260.7190.475.49
HexAF88F91E2D021055a4b
Octal257210371365502405132113
Binary1010111110001000111110011111010110101010000010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88F9; }

 p { color: rgb(175,136,249); }

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

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

 a { background-color: rgb(175,136,249); }

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

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

 span { border-color: rgb(175,136,249); }

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