#AB96FB

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

Shades of Biloba Flower #AB96FB

Tints of Biloba Flower #AB96FB

Color information

#AB96FB (or 0xAB96FB) is unknown color: approx Biloba Flower. HEX triplet: AB, 96 and FB. RGB value is (171,150,251). Sum of RGB (Red+Green+Blue) = 171+150+251=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96FB is #546904. Grayscale: #A7A7A7. Windows color (decimal): -5531909 or 16488107. OLE color: 16488107.

HSL color Cylindrical-coordinate representation of color #AB96FB: hue angle of 252.48º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB96FB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171150251-
CMYK0.320.4000.02
HSL252.48º92.66%78.63%-
HSV(B)252.48º40.24%98.43%-
XYZ45.1137.4496.11-
YUV167.79174.96130.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=29.90%
G=26.22%
B=43.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711502510.320.4000.02252.4892.6678.63
HexAB96FB202802fc5d4f
Octal253226373405002374135117
Binary1010101110010110111110111000001010000101111110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96FB; }

 p { color: rgb(171,150,251); }

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

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

 a { background-color: rgb(171,150,251); }

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

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

 span { border-color: rgb(171,150,251); }

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