#AB8ECA

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

Shades of Biloba Flower #AB8ECA

Tints of Biloba Flower #AB8ECA

Color information

#AB8ECA (or 0xAB8ECA) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and CA. RGB value is (171,142,202). Sum of RGB (Red+Green+Blue) = 171+142+202=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ECA is #547135. Grayscale: #9D9D9D. Windows color (decimal): -5534006 or 13274795. OLE color: 13274795.

HSL color Cylindrical-coordinate representation of color #AB8ECA: hue angle of 269º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8ECA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171142202-
CMYK0.150.3000.21
HSL269º36.14%67.45%-
HSV(B)269º29.7%79.22%-
XYZ37.1332.2760.15-
YUV157.51153.11137.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=33.20%
G=27.57%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711422020.150.3000.2126936.1467.45
HexAB8ECAF1E01510d2443
Octal253216312173602541544103
Binary1010101110001110110010101111111100101011000011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ECA; }

 p { color: rgb(171,142,202); }

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

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

 a { background-color: rgb(171,142,202); }

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

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

 span { border-color: rgb(171,142,202); }

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