#AB8EEF

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

Shades of Biloba Flower #AB8EEF

Tints of Biloba Flower #AB8EEF

Color information

#AB8EEF (or 0xAB8EEF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and EF. RGB value is (171,142,239). Sum of RGB (Red+Green+Blue) = 171+142+239=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EEF is #547110. Grayscale: #A1A1A1. Windows color (decimal): -5533969 or 15699627. OLE color: 15699627.

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

Color convert

RGB171142239-
CMYK0.280.4100.06
HSL257.94º75.19%74.71%-
HSV(B)257.94º40.59%93.73%-
XYZ42.0534.2486.05-
YUV161.73171.61134.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 239 (93.75% from 255) = 43.30%
R=30.98%
G=25.72%
B=43.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711422390.280.4100.06257.9475.1974.71
HexAB8EEF1C29061024b4b
Octal253216357345106402113113
Binary10101011100011101110111111100101001011010000001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EEF; }

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

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

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

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

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

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

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

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