#AB88EA

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

Shades of Biloba Flower #AB88EA

Tints of Biloba Flower #AB88EA

Color information

#AB88EA (or 0xAB88EA) is unknown color: approx Biloba Flower. HEX triplet: AB, 88 and EA. RGB value is (171,136,234). Sum of RGB (Red+Green+Blue) = 171+136+234=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB88EA is #547715. Grayscale: #9D9D9D. Windows color (decimal): -5535510 or 15370411. OLE color: 15370411.

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

Color convert

RGB171136234-
CMYK0.270.4200.08
HSL261.43º70%72.55%-
HSV(B)261.43º41.88%91.76%-
XYZ40.4532.2181.93-
YUV157.64171.1137.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=31.61%
G=25.14%
B=43.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711362340.270.4200.08261.437072.55
HexAB88EA1B2A081054649
Octal2532103523352010405106111
Binary101010111000100011101010110111010100100010000010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88EA; }

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

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

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

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

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

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

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

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