#af99f4

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

Shades of Biloba Flower #AF99F4

Tints of Biloba Flower #AF99F4

Color information

#AF99F4 (or 0xAF99F4) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and F4. RGB value is (175,153,244). Sum of RGB (Red+Green+Blue) = 175+153+244=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF99F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99F4 is #50660B. Grayscale: #A9A9A9. Windows color (decimal): -5269004 or 16030127. OLE color: 16030127.

HSL color Cylindrical-coordinate representation of color #AF99F4: hue angle of 254.51º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF99F4 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175153244-
CMYK0.280.3700.04
HSL254.51º80.53%77.84%-
HSV(B)254.51º37.3%95.69%-
XYZ45.438.4390.61-
YUV169.95169.79131.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=30.59%
G=26.75%
B=42.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751532440.280.3700.04254.5180.5377.84
HexAF99F41C2504ff514e
Octal257231364344504377121116
Binary1010111110011001111101001110010010101001111111110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af99f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af99f4; }

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

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

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

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

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

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

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

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