#AB86E1

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

Shades of Biloba Flower #AB86E1

Tints of Biloba Flower #AB86E1

Color information

#AB86E1 (or 0xAB86E1) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and E1. RGB value is (171,134,225). Sum of RGB (Red+Green+Blue) = 171+134+225=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB86E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86E1 is #54791E. Grayscale: #9B9B9B. Windows color (decimal): -5536031 or 14780075. OLE color: 14780075.

HSL color Cylindrical-coordinate representation of color #AB86E1: hue angle of 264.4º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB86E1 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171134225-
CMYK0.240.4000.12
HSL264.4º60.26%70.39%-
HSV(B)264.4º40.44%88.24%-
XYZ38.9131.1475.19-
YUV155.44167.26139.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=32.26%
G=25.28%
B=42.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711342250.240.4000.12264.460.2670.39
HexAB86E118280C1083c46
Octal253206341305001441074106
Binary10101011100001101110000111000101000011001000010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86E1; }

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

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

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

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

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

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

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

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