#AB86DB

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

Shades of Biloba Flower #AB86DB

Tints of Biloba Flower #AB86DB

Color information

#AB86DB (or 0xAB86DB) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and DB. RGB value is (171,134,219). Sum of RGB (Red+Green+Blue) = 171+134+219=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DB is #547924. Grayscale: #9A9A9A. Windows color (decimal): -5536037 or 14386859. OLE color: 14386859.

HSL color Cylindrical-coordinate representation of color #AB86DB: hue angle of 266.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB86DB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171134219-
CMYK0.220.3900.14
HSL266.12º54.14%69.22%-
HSV(B)266.12º38.81%85.88%-
XYZ38.1130.8270.96-
YUV154.75164.26139.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=32.63%
G=25.57%
B=41.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711342190.220.3900.14266.1254.1469.22
HexAB86DB16270E10a3645
Octal253206333264701641266105
Binary10101011100001101101101110110100111011101000010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86DB; }

 p { color: rgb(171,134,219); }

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

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

 a { background-color: rgb(171,134,219); }

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

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

 span { border-color: rgb(171,134,219); }

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