#AB90E7

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

Shades of Biloba Flower #AB90E7

Tints of Biloba Flower #AB90E7

Color information

#AB90E7 (or 0xAB90E7) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and E7. RGB value is (171,144,231). Sum of RGB (Red+Green+Blue) = 171+144+231=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB90E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90E7 is #546F18. Grayscale: #A1A1A1. Windows color (decimal): -5533465 or 15175851. OLE color: 15175851.

HSL color Cylindrical-coordinate representation of color #AB90E7: hue angle of 258.62º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB90E7 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171144231-
CMYK0.260.3800.09
HSL258.62º64.44%73.53%-
HSV(B)258.62º37.66%90.59%-
XYZ41.1934.3780.07-
YUV161.99166.95134.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 231 (90.62% from 255) = 42.31%
R=31.32%
G=26.37%
B=42.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711442310.260.3800.09258.6264.4473.53
HexAB90E71A2609103404a
Octal2532203473246011403100112
Binary101010111001000011100111110101001100100110000001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90E7; }

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

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

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

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

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

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

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

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