#AB85EC

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

Shades of Biloba Flower #AB85EC

Tints of Biloba Flower #AB85EC

Color information

#AB85EC (or 0xAB85EC) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and EC. RGB value is (171,133,236). Sum of RGB (Red+Green+Blue) = 171+133+236=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85EC is #547A13. Grayscale: #9B9B9B. Windows color (decimal): -5536276 or 15500715. OLE color: 15500715.

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

Color convert

RGB171133236-
CMYK0.280.4400.07
HSL262.14º73.05%72.35%-
HSV(B)262.14º43.64%92.55%-
XYZ40.3231.4983.31-
YUV156.1173.09138.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=31.67%
G=24.63%
B=43.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711332360.280.4400.07262.1473.0572.35
HexAB85EC1C2C071064948
Octal253205354345407406111110
Binary10101011100001011110110011100101100011110000011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85EC; }

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

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

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

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

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

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

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

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