#AB8EF1

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

Shades of Biloba Flower #AB8EF1

Tints of Biloba Flower #AB8EF1

Color information

#AB8EF1 (or 0xAB8EF1) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and F1. RGB value is (171,142,241). Sum of RGB (Red+Green+Blue) = 171+142+241=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB8EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EF1 is #54710E. Grayscale: #A1A1A1. Windows color (decimal): -5533967 or 15830699. OLE color: 15830699.

HSL color Cylindrical-coordinate representation of color #AB8EF1: hue angle of 257.58º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8EF1 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171142241-
CMYK0.290.4100.05
HSL257.58º77.95%75.1%-
HSV(B)257.58º41.08%94.51%-
XYZ42.3434.3587.62-
YUV161.96172.61134.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 142 (55.86% from 255) = 25.63%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=30.87%
G=25.63%
B=43.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711422410.290.4100.05257.5877.9575.1
HexAB8EF11D29051024e4b
Octal253216361355105402116113
Binary10101011100011101111000111101101001010110000001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EF1; }

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

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

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

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

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

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

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

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