#AB88D0

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

Shades of Biloba Flower #AB88D0

Tints of Biloba Flower #AB88D0

Color information

#AB88D0 (or 0xAB88D0) is unknown color: approx Biloba Flower. HEX triplet: AB, 88 and D0. RGB value is (171,136,208). Sum of RGB (Red+Green+Blue) = 171+136+208=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB88D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88D0 is #54772F. Grayscale: #9A9A9A. Windows color (decimal): -5535536 or 13666475. OLE color: 13666475.

HSL color Cylindrical-coordinate representation of color #AB88D0: hue angle of 269.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB88D0 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171136208-
CMYK0.180.3500.18
HSL269.17º43.37%67.45%-
HSV(B)269.17º34.62%81.57%-
XYZ36.9830.8263.67-
YUV154.67158.1139.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=33.20%
G=26.41%
B=40.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711362080.180.3500.18269.1743.3767.45
HexAB88D0122301210d2b43
Octal253210320224302241553103
Binary101010111000100011010000100101000110100101000011011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88D0; }

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

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

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

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

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

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

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

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