#AB9EF8

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

Shades of Biloba Flower #AB9EF8

Tints of Biloba Flower #AB9EF8

Color information

#AB9EF8 (or 0xAB9EF8) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and F8. RGB value is (171,158,248). Sum of RGB (Red+Green+Blue) = 171+158+248=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB9EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EF8 is #546107. Grayscale: #ABABAB. Windows color (decimal): -5529864 or 16293547. OLE color: 16293547.

HSL color Cylindrical-coordinate representation of color #AB9EF8: hue angle of 248.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB9EF8 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171158248-
CMYK0.310.3600.03
HSL248.67º86.54%79.61%-
HSV(B)248.67º36.29%97.25%-
XYZ45.9639.8994.08-
YUV172.15170.81127.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 248 (97.27% from 255) = 42.98%
R=29.64%
G=27.38%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711582480.310.3600.03248.6786.5479.61
HexAB9EF81F2403f95750
Octal253236370374403371127120
Binary101010111001111011111000111111001000111111100110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EF8; }

 p { color: rgb(171,158,248); }

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

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

 a { background-color: rgb(171,158,248); }

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

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

 span { border-color: rgb(171,158,248); }

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