#AF99F9

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

Shades of Biloba Flower #AF99F9

Tints of Biloba Flower #AF99F9

Color information

#AF99F9 (or 0xAF99F9) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and F9. RGB value is (175,153,249). Sum of RGB (Red+Green+Blue) = 175+153+249=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF99F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99F9 is #506606. Grayscale: #AAAAAA. Windows color (decimal): -5268999 or 16357807. OLE color: 16357807.

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

Color convert

RGB175153249-
CMYK0.300.3900.02
HSL253.75º88.89%78.82%-
HSV(B)253.75º38.55%97.65%-
XYZ46.1738.7494.67-
YUV170.52172.29131.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=30.33%
G=26.52%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751532490.300.3900.02253.7588.8978.82
HexAF99F91E2702fe594f
Octal257231371364702376131117
Binary101011111001100111111001111101001110101111111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99F9; }

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

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

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

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

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

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

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

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