#AB86E6

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

Shades of Biloba Flower #AB86E6

Tints of Biloba Flower #AB86E6

Color information

#AB86E6 (or 0xAB86E6) is unknown color: approx Biloba Flower. HEX triplet: AB, 86 and E6. RGB value is (171,134,230). Sum of RGB (Red+Green+Blue) = 171+134+230=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB86E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86E6 is #547919. Grayscale: #9B9B9B. Windows color (decimal): -5536026 or 15107755. OLE color: 15107755.

HSL color Cylindrical-coordinate representation of color #AB86E6: hue angle of 263.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB86E6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171134230-
CMYK0.260.4200.10
HSL263.12º65.75%71.37%-
HSV(B)263.12º41.74%90.2%-
XYZ39.631.4278.84-
YUV156.01169.76138.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=31.96%
G=25.05%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711342300.260.4200.10263.1265.7571.37
HexAB86E61A2A0A1074247
Octal2532063463252012407102107
Binary101010111000011011100110110101010100101010000011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86E6; }

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

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

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

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

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

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

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

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