#AB9AF5

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

Shades of Biloba Flower #AB9AF5

Tints of Biloba Flower #AB9AF5

Color information

#AB9AF5 (or 0xAB9AF5) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and F5. RGB value is (171,154,245). Sum of RGB (Red+Green+Blue) = 171+154+245=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB9AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AF5 is #54650A. Grayscale: #A9A9A9. Windows color (decimal): -5530891 or 16095915. OLE color: 16095915.

HSL color Cylindrical-coordinate representation of color #AB9AF5: hue angle of 251.21º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB9AF5 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171154245-
CMYK0.300.3700.04
HSL251.21º81.98%78.24%-
HSV(B)251.21º37.14%96.08%-
XYZ44.8338.3691.43-
YUV169.46170.63129.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 245 (96.09% from 255) = 42.98%
R=30%
G=27.02%
B=42.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711542450.300.3700.04251.2181.9878.24
HexAB9AF51E2504fb524e
Octal253232365364504373122116
Binary1010101110011010111101011111010010101001111101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AF5; }

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

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

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

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

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

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

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

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