#AB9AE7

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

Shades of Biloba Flower #AB9AE7

Tints of Biloba Flower #AB9AE7

Color information

#AB9AE7 (or 0xAB9AE7) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and E7. RGB value is (171,154,231). Sum of RGB (Red+Green+Blue) = 171+154+231=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB9AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AE7 is #546518. Grayscale: #A7A7A7. Windows color (decimal): -5530905 or 15178411. OLE color: 15178411.

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

Color convert

RGB171154231-
CMYK0.260.3300.09
HSL253.25º61.6%75.49%-
HSV(B)253.25º33.33%90.59%-
XYZ42.7737.5480.59-
YUV167.86163.63130.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=30.76%
G=27.70%
B=41.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711542310.260.3300.09253.2561.675.49
HexAB9AE71A2109fd3e4b
Octal253232347324101137576113
Binary1010101110011010111001111101010000101001111111011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AE7; }

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

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

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

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

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

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

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

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