#ab85ef

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

Shades of Biloba Flower #AB85EF

Tints of Biloba Flower #AB85EF

Color information

#AB85EF (or 0xAB85EF) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and EF. RGB value is (171,133,239). Sum of RGB (Red+Green+Blue) = 171+133+239=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB85EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85EF is #547A10. Grayscale: #9C9C9C. Windows color (decimal): -5536273 or 15697323. OLE color: 15697323.

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

Color convert

RGB171133239-
CMYK0.280.4400.06
HSL261.51º76.81%72.94%-
HSV(B)261.51º44.35%93.73%-
XYZ40.7631.6685.62-
YUV156.45174.59138.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=31.49%
G=24.49%
B=44.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711332390.280.4400.06261.5176.8172.94
HexAB85EF1C2C061064d49
Octal253205357345406406115111
Binary10101011100001011110111111100101100011010000011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab85ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab85ef; }

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

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

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

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

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

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

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

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