#AB91DE

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

Shades of Biloba Flower #AB91DE

Tints of Biloba Flower #AB91DE

Color information

#AB91DE (or 0xAB91DE) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and DE. RGB value is (171,145,222). Sum of RGB (Red+Green+Blue) = 171+145+222=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB91DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91DE is #546E21. Grayscale: #A1A1A1. Windows color (decimal): -5533218 or 14586283. OLE color: 14586283.

HSL color Cylindrical-coordinate representation of color #AB91DE: hue angle of 260.26º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB91DE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171145222-
CMYK0.230.3500.13
HSL260.26º53.85%71.96%-
HSV(B)260.26º34.68%87.06%-
XYZ40.134.1873.59-
YUV161.55162.11134.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=31.78%
G=26.95%
B=41.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711452220.230.3500.13260.2653.8571.96
HexAB91DE17230D1043648
Octal253221336274301540466110
Binary10101011100100011101111010111100011011011000001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91DE; }

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

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

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

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

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

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

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

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