#AB8ECB

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

Shades of Biloba Flower #AB8ECB

Tints of Biloba Flower #AB8ECB

Color information

#AB8ECB (or 0xAB8ECB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and CB. RGB value is (171,142,203). Sum of RGB (Red+Green+Blue) = 171+142+203=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ECB is #547134. Grayscale: #9D9D9D. Windows color (decimal): -5534005 or 13340331. OLE color: 13340331.

HSL color Cylindrical-coordinate representation of color #AB8ECB: hue angle of 268.52º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8ECB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171142203-
CMYK0.160.3000.20
HSL268.52º36.97%67.65%-
HSV(B)268.52º30.05%79.61%-
XYZ37.2532.3260.77-
YUV157.62153.61137.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=33.14%
G=27.52%
B=39.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711422030.160.3000.20268.5236.9767.65
HexAB8ECB101E01410d2544
Octal253216313203602441545104
Binary10101011100011101100101110000111100101001000011011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ECB; }

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

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

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

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

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

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

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

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