#AB90F9

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

Shades of Biloba Flower #AB90F9

Tints of Biloba Flower #AB90F9

Color information

#AB90F9 (or 0xAB90F9) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and F9. RGB value is (171,144,249). Sum of RGB (Red+Green+Blue) = 171+144+249=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB90F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90F9 is #546F06. Grayscale: #A3A3A3. Windows color (decimal): -5533447 or 16355499. OLE color: 16355499.

HSL color Cylindrical-coordinate representation of color #AB90F9: hue angle of 255.43º 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 #AB90F9 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171144249-
CMYK0.310.4200.02
HSL255.43º89.74%77.06%-
HSV(B)255.43º42.17%97.65%-
XYZ43.8735.4494.15-
YUV164.04175.95132.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=30.32%
G=25.53%
B=44.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711442490.310.4200.02255.4389.7477.06
HexAB90F91F2A02ff5a4d
Octal253220371375202377132115
Binary101010111001000011111001111111010100101111111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90F9; }

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

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

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

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

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

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

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

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