#AB8BEC

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

Shades of Biloba Flower #AB8BEC

Tints of Biloba Flower #AB8BEC

Color information

#AB8BEC (or 0xAB8BEC) is unknown color: approx Biloba Flower. HEX triplet: AB, 8B and EC. RGB value is (171,139,236). Sum of RGB (Red+Green+Blue) = 171+139+236=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BEC is #547413. Grayscale: #9F9F9F. Windows color (decimal): -5534740 or 15502251. OLE color: 15502251.

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

Color convert

RGB171139236-
CMYK0.280.4100.07
HSL259.79º71.85%73.53%-
HSV(B)259.79º41.1%92.55%-
XYZ41.1733.1883.59-
YUV159.63171.1136.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=31.32%
G=25.46%
B=43.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711392360.280.4100.07259.7971.8573.53
HexAB8BEC1C2907104484a
Octal253213354345107404110112
Binary10101011100010111110110011100101001011110000010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BEC; }

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

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

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

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

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

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

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

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