#AB95FB

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

Shades of Biloba Flower #AB95FB

Tints of Biloba Flower #AB95FB

Color information

#AB95FB (or 0xAB95FB) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and FB. RGB value is (171,149,251). Sum of RGB (Red+Green+Blue) = 171+149+251=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB95FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95FB is #546A04. Grayscale: #A6A6A6. Windows color (decimal): -5532165 or 16487851. OLE color: 16487851.

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

Color convert

RGB171149251-
CMYK0.320.4100.02
HSL252.94º92.73%78.43%-
HSV(B)252.94º40.64%98.43%-
XYZ44.9537.1296.06-
YUV167.21175.29130.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=29.95%
G=26.09%
B=43.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711492510.320.4100.02252.9492.7378.43
HexAB95FB202902fd5d4e
Octal253225373405102375135116
Binary1010101110010101111110111000001010010101111110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95FB; }

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

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

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

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

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

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

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

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