#AB90EB

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

Shades of Biloba Flower #AB90EB

Tints of Biloba Flower #AB90EB

Color information

#AB90EB (or 0xAB90EB) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and EB. RGB value is (171,144,235). Sum of RGB (Red+Green+Blue) = 171+144+235=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90EB is #546F14. Grayscale: #A2A2A2. Windows color (decimal): -5533461 or 15437995. OLE color: 15437995.

HSL color Cylindrical-coordinate representation of color #AB90EB: hue angle of 257.8º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB90EB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171144235-
CMYK0.270.3900.08
HSL257.8º69.47%74.31%-
HSV(B)257.8º38.72%92.16%-
XYZ41.7634.683.08-
YUV162.45168.95134.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=31.09%
G=26.18%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711442350.270.3900.08257.869.4774.31
HexAB90EB1B2708102454a
Octal2532203533347010402105112
Binary101010111001000011101011110111001110100010000001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90EB; }

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

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

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

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

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

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

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

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