#AF90F9

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

Shades of Biloba Flower #AF90F9

Tints of Biloba Flower #AF90F9

Color information

#AF90F9 (or 0xAF90F9) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and F9. RGB value is (175,144,249). Sum of RGB (Red+Green+Blue) = 175+144+249=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF90F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90F9 is #506F06. Grayscale: #A4A4A4. Windows color (decimal): -5271303 or 16355503. OLE color: 16355503.

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

Color convert

RGB175144249-
CMYK0.300.4200.02
HSL257.71º89.74%77.06%-
HSV(B)257.71º42.17%97.65%-
XYZ44.7535.994.19-
YUV165.24175.27134.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=30.81%
G=25.35%
B=43.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751442490.300.4200.02257.7189.7477.06
HexAF90F91E2A021025a4d
Octal257220371365202402132115
Binary1010111110010000111110011111010101001010000001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90F9; }

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

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

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

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

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

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

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

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