#AB91E5

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

Shades of Biloba Flower #AB91E5

Tints of Biloba Flower #AB91E5

Color information

#AB91E5 (or 0xAB91E5) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and E5. RGB value is (171,145,229). Sum of RGB (Red+Green+Blue) = 171+145+229=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91E5 is #546E1A. Grayscale: #A2A2A2. Windows color (decimal): -5533211 or 15045035. OLE color: 15045035.

HSL color Cylindrical-coordinate representation of color #AB91E5: hue angle of 258.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB91E5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171145229-
CMYK0.250.3700.10
HSL258.57º61.76%73.33%-
HSV(B)258.57º36.68%89.8%-
XYZ41.0634.5778.64-
YUV162.35165.61134.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=31.38%
G=26.61%
B=42.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711452290.250.3700.10258.5761.7673.33
HexAB91E519250A1033e49
Octal253221345314501240376111
Binary10101011100100011110010111001100101010101000000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91E5; }

 p { color: rgb(171,145,229); }

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

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

 a { background-color: rgb(171,145,229); }

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

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

 span { border-color: rgb(171,145,229); }

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