#AB86EC

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

Shades of Biloba Flower #AB86EC

Tints of Biloba Flower #AB86EC

Color information

#AB86EC (or 0xAB86EC) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and EC. RGB value is (171,134,236). Sum of RGB (Red+Green+Blue) = 171+134+236=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB86EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86EC is #547913. Grayscale: #9C9C9C. Windows color (decimal): -5536020 or 15500971. OLE color: 15500971.

HSL color Cylindrical-coordinate representation of color #AB86EC: hue angle of 261.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB86EC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171134236-
CMYK0.280.4300.07
HSL261.76º72.86%72.55%-
HSV(B)261.76º43.22%92.55%-
XYZ40.4631.7683.36-
YUV156.69172.76138.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=31.61%
G=24.77%
B=43.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711342360.280.4300.07261.7672.8672.55
HexAB86EC1C2B071064949
Octal253206354345307406111111
Binary10101011100001101110110011100101011011110000011010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86EC; }

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

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

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

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

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

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

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

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