#AB8DD1

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

Shades of Biloba Flower #AB8DD1

Tints of Biloba Flower #AB8DD1

Color information

#AB8DD1 (or 0xAB8DD1) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and D1. RGB value is (171,141,209). Sum of RGB (Red+Green+Blue) = 171+141+209=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB8DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD1 is #54722E. Grayscale: #9D9D9D. Windows color (decimal): -5534255 or 13733291. OLE color: 13733291.

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

Color convert

RGB171141209-
CMYK0.180.3300.18
HSL266.47º42.5%68.63%-
HSV(B)266.47º32.54%81.96%-
XYZ37.8332.3164.56-
YUV157.72156.94137.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=32.82%
G=27.06%
B=40.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711412090.180.3300.18266.4742.568.63
HexAB8DD1122101210a2a45
Octal253215321224102241252105
Binary101010111000110111010001100101000010100101000010101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DD1; }

 p { color: rgb(171,141,209); }

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

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

 a { background-color: rgb(171,141,209); }

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

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

 span { border-color: rgb(171,141,209); }

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