#AB88DD

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

Shades of Biloba Flower #AB88DD

Tints of Biloba Flower #AB88DD

Color information

#AB88DD (or 0xAB88DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 88 and DD. RGB value is (171,136,221). Sum of RGB (Red+Green+Blue) = 171+136+221=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88DD is #547722. Grayscale: #9B9B9B. Windows color (decimal): -5535523 or 14518443. OLE color: 14518443.

HSL color Cylindrical-coordinate representation of color #AB88DD: hue angle of 264.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB88DD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171136221-
CMYK0.230.3800.13
HSL264.71º55.56%70%-
HSV(B)264.71º38.46%86.67%-
XYZ38.6531.4972.45-
YUV156.15164.6138.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=32.39%
G=25.76%
B=41.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711362210.230.3800.13264.7155.5670
HexAB88DD17260D1093846
Octal253210335274601541170106
Binary10101011100010001101110110111100110011011000010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88DD; }

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

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

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

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

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

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

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

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