#AB85ED

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

Shades of Biloba Flower #AB85ED

Tints of Biloba Flower #AB85ED

Color information

#AB85ED (or 0xAB85ED) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and ED. RGB value is (171,133,237). Sum of RGB (Red+Green+Blue) = 171+133+237=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85ED is #547A12. Grayscale: #9B9B9B. Windows color (decimal): -5536275 or 15566251. OLE color: 15566251.

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

Color convert

RGB171133237-
CMYK0.280.4400.07
HSL261.92º74.29%72.55%-
HSV(B)261.92º43.88%92.94%-
XYZ40.4731.5584.08-
YUV156.22173.59138.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=31.61%
G=24.58%
B=43.81%

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
Decimal1711332370.280.4400.07261.9274.2972.55
HexAB85ED1C2C071064a49
Octal253205355345407406112111
Binary10101011100001011110110111100101100011110000011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85ED; }

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

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

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

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

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

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

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

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