#AF88F1

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

Shades of Biloba Flower #AF88F1

Tints of Biloba Flower #AF88F1

Color information

#AF88F1 (or 0xAF88F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and F1. RGB value is (175,136,241). Sum of RGB (Red+Green+Blue) = 175+136+241=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF88F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88F1 is #50770E. Grayscale: #9F9F9F. Windows color (decimal): -5273359 or 15829167. OLE color: 15829167.

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

Color convert

RGB175136241-
CMYK0.270.4400.05
HSL262.29º78.95%73.92%-
HSV(B)262.29º43.57%94.51%-
XYZ42.3633.0787.37-
YUV159.63173.92138.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=31.70%
G=24.64%
B=43.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751362410.270.4400.05262.2978.9573.92
HexAF88F11B2C051064f4a
Octal257210361335405406117112
Binary10101111100010001111000111011101100010110000011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88F1; }

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

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

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

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

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

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

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

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