#AB85E7

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

Shades of Biloba Flower #AB85E7

Tints of Biloba Flower #AB85E7

Color information

#AB85E7 (or 0xAB85E7) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and E7. RGB value is (171,133,231). Sum of RGB (Red+Green+Blue) = 171+133+231=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB85E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85E7 is #547A18. Grayscale: #9B9B9B. Windows color (decimal): -5536281 or 15173035. OLE color: 15173035.

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

Color convert

RGB171133231-
CMYK0.260.4200.09
HSL263.27º67.12%71.37%-
HSV(B)263.27º42.42%90.59%-
XYZ39.6131.279.54-
YUV155.53170.59139.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=31.96%
G=24.86%
B=43.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711332310.260.4200.09263.2767.1271.37
HexAB85E71A2A091074347
Octal2532053473252011407103107
Binary101010111000010111100111110101010100100110000011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85E7; }

 p { color: rgb(171,133,231); }

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

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

 a { background-color: rgb(171,133,231); }

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

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

 span { border-color: rgb(171,133,231); }

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