#AB9AFB

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

Shades of Biloba Flower #AB9AFB

Tints of Biloba Flower #AB9AFB

Color information

#AB9AFB (or 0xAB9AFB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and FB. RGB value is (171,154,251). Sum of RGB (Red+Green+Blue) = 171+154+251=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB9AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AFB is #546504. Grayscale: #A9A9A9. Windows color (decimal): -5530885 or 16489131. OLE color: 16489131.

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

Color convert

RGB171154251-
CMYK0.320.3900.02
HSL250.52º92.38%79.41%-
HSV(B)250.52º38.65%98.43%-
XYZ45.7638.7396.33-
YUV170.14173.63128.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=29.69%
G=26.74%
B=43.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711542510.320.3900.02250.5292.3879.41
HexAB9AFB202702fb5c4f
Octal253232373404702373134117
Binary1010101110011010111110111000001001110101111101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AFB; }

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

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

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

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

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

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

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

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