#AB9FE5

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

Shades of Biloba Flower #AB9FE5

Tints of Biloba Flower #AB9FE5

Color information

#AB9FE5 (or 0xAB9FE5) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and E5. RGB value is (171,159,229). Sum of RGB (Red+Green+Blue) = 171+159+229=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB9FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FE5 is #54601A. Grayscale: #AAAAAA. Windows color (decimal): -5529627 or 15048619. OLE color: 15048619.

HSL color Cylindrical-coordinate representation of color #AB9FE5: hue angle of 250.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9FE5 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171159229-
CMYK0.250.3100.10
HSL250.29º57.38%76.08%-
HSV(B)250.29º30.57%89.8%-
XYZ43.3439.1179.39-
YUV170.57160.98128.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=30.59%
G=28.44%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711592290.250.3100.10250.2957.3876.08
HexAB9FE5191F0Afa394c
Octal253237345313701237271114
Binary101010111001111111100101110011111101010111110101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FE5; }

 p { color: rgb(171,159,229); }

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

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

 a { background-color: rgb(171,159,229); }

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

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

 span { border-color: rgb(171,159,229); }

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