#AB86DC

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

Shades of Biloba Flower #AB86DC

Tints of Biloba Flower #AB86DC

Color information

#AB86DC (or 0xAB86DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and DC. RGB value is (171,134,220). Sum of RGB (Red+Green+Blue) = 171+134+220=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DC is #547923. Grayscale: #9A9A9A. Windows color (decimal): -5536036 or 14452395. OLE color: 14452395.

HSL color Cylindrical-coordinate representation of color #AB86DC: hue angle of 265.81º degrees, saturation: 0.55, 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 #AB86DC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171134220-
CMYK0.220.3900.14
HSL265.81º55.13%69.41%-
HSV(B)265.81º39.09%86.27%-
XYZ38.2430.8871.65-
YUV154.87164.76139.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=32.57%
G=25.52%
B=41.90%

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
Decimal1711342200.220.3900.14265.8155.1369.41
HexAB86DC16270E10a3745
Octal253206334264701641267105
Binary10101011100001101101110010110100111011101000010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86DC; }

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

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

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

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

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

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

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

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