#AB88E0

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

Shades of Biloba Flower #AB88E0

Tints of Biloba Flower #AB88E0

Color information

#AB88E0 (or 0xAB88E0) is unknown color: approx Biloba Flower. HEX triplet: AB, 88 and E0. RGB value is (171,136,224). Sum of RGB (Red+Green+Blue) = 171+136+224=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB88E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88E0 is #54771F. Grayscale: #9C9C9C. Windows color (decimal): -5535520 or 14715051. OLE color: 14715051.

HSL color Cylindrical-coordinate representation of color #AB88E0: hue angle of 263.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB88E0 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171136224-
CMYK0.240.3900.12
HSL263.86º58.67%70.59%-
HSV(B)263.86º39.29%87.84%-
XYZ39.0531.6574.57-
YUV156.5166.1138.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=32.20%
G=25.61%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711362240.240.3900.12263.8658.6770.59
HexAB88E018270C1083b47
Octal253210340304701441073107
Binary10101011100010001110000011000100111011001000010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88E0; }

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

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

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

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

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

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

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

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