#AB9BE5

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

Shades of Biloba Flower #AB9BE5

Tints of Biloba Flower #AB9BE5

Color information

#AB9BE5 (or 0xAB9BE5) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and E5. RGB value is (171,155,229). Sum of RGB (Red+Green+Blue) = 171+155+229=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB9BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BE5 is #54641A. Grayscale: #A7A7A7. Windows color (decimal): -5530651 or 15047595. OLE color: 15047595.

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

Color convert

RGB171155229-
CMYK0.250.3200.10
HSL252.97º58.73%75.29%-
HSV(B)252.97º32.31%89.8%-
XYZ42.6637.7679.17-
YUV168.22162.3129.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 229 (89.84% from 255) = 41.26%
R=30.81%
G=27.93%
B=41.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711552290.250.3200.10252.9758.7375.29
HexAB9BE519200Afd3b4b
Octal253233345314001237573113
Binary1010101110011011111001011100110000001010111111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BE5; }

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

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

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

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

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

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

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

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