#AB89EA

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

Shades of Biloba Flower #AB89EA

Tints of Biloba Flower #AB89EA

Color information

#AB89EA (or 0xAB89EA) is unknown color: approx Biloba Flower. HEX triplet: AB, 89 and EA. RGB value is (171,137,234). Sum of RGB (Red+Green+Blue) = 171+137+234=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB89EA is #547615. Grayscale: #9D9D9D. Windows color (decimal): -5535254 or 15370667. OLE color: 15370667.

HSL color Cylindrical-coordinate representation of color #AB89EA: hue angle of 261.03º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB89EA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171137234-
CMYK0.270.4100.08
HSL261.03º69.78%72.75%-
HSV(B)261.03º41.45%91.76%-
XYZ40.5932.4981.97-
YUV158.22170.76137.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=31.55%
G=25.28%
B=43.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711372340.270.4100.08261.0369.7872.75
HexAB89EA1B29081054649
Octal2532113523351010405106111
Binary101010111000100111101010110111010010100010000010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89EA; }

 p { color: rgb(171,137,234); }

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

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

 a { background-color: rgb(171,137,234); }

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

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

 span { border-color: rgb(171,137,234); }

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