#AB86FA

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

Shades of Biloba Flower #AB86FA

Tints of Biloba Flower #AB86FA

Color information

#AB86FA (or 0xAB86FA) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and FA. RGB value is (171,134,250). Sum of RGB (Red+Green+Blue) = 171+134+250=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86FA is #547905. Grayscale: #9D9D9D. Windows color (decimal): -5536006 or 16418475. OLE color: 16418475.

HSL color Cylindrical-coordinate representation of color #AB86FA: hue angle of 259.14º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB86FA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171134250-
CMYK0.320.4600.02
HSL259.14º92.06%75.29%-
HSV(B)259.14º46.4%98.04%-
XYZ42.5832.6194.49-
YUV158.29179.76137.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=30.81%
G=24.14%
B=45.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711342500.320.4600.02259.1492.0675.29
HexAB86FA202E021035c4b
Octal253206372405602403134113
Binary10101011100001101111101010000010111001010000001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86FA; }

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

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

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

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

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

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

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

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