#AB9BFE

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

Shades of Biloba Flower #AB9BFE

Tints of Biloba Flower #AB9BFE

Color information

#AB9BFE (or 0xAB9BFE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and FE. RGB value is (171,155,254). Sum of RGB (Red+Green+Blue) = 171+155+254=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB9BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BFE is #546401. Grayscale: #AAAAAA. Windows color (decimal): -5530626 or 16685995. OLE color: 16685995.

HSL color Cylindrical-coordinate representation of color #AB9BFE: hue angle of 249.7º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB9BFE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171155254-
CMYK0.330.3900.00
HSL249.7º98.02%80.2%-
HSV(B)249.7º38.98%99.61%-
XYZ46.4139.2698.9-
YUV171.07174.8127.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=29.48%
G=26.72%
B=43.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711552540.330.3900.00249.798.0280.2
HexAB9BFE212700fa6250
Octal253233376414700372142120
Binary101010111001101111111110100001100111001111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BFE; }

 p { color: rgb(171,155,254); }

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

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

 a { background-color: rgb(171,155,254); }

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

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

 span { border-color: rgb(171,155,254); }

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