#AF99F1

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

Shades of Biloba Flower #AF99F1

Tints of Biloba Flower #AF99F1

Color information

#AF99F1 (or 0xAF99F1) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and F1. RGB value is (175,153,241). Sum of RGB (Red+Green+Blue) = 175+153+241=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF99F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99F1 is #50660E. Grayscale: #A9A9A9. Windows color (decimal): -5269007 or 15833519. OLE color: 15833519.

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

Color convert

RGB175153241-
CMYK0.270.3700.05
HSL255º75.86%77.25%-
HSV(B)255º36.51%94.51%-
XYZ44.9538.2588.23-
YUV169.61168.29131.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=30.76%
G=26.89%
B=42.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751532410.270.3700.0525575.8677.25
HexAF99F11B2505ff4c4d
Octal257231361334505377114115
Binary1010111110011001111100011101110010101011111111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99F1; }

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

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

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

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

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

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

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

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