#AB9AE1

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

Shades of Biloba Flower #AB9AE1

Tints of Biloba Flower #AB9AE1

Color information

#AB9AE1 (or 0xAB9AE1) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and E1. RGB value is (171,154,225). Sum of RGB (Red+Green+Blue) = 171+154+225=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB9AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AE1 is #54651E. Grayscale: #A6A6A6. Windows color (decimal): -5530911 or 14785195. OLE color: 14785195.

HSL color Cylindrical-coordinate representation of color #AB9AE1: hue angle of 254.37º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9AE1 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171154225-
CMYK0.240.3200.12
HSL254.37º54.2%74.31%-
HSV(B)254.37º31.56%88.24%-
XYZ41.9437.2176.21-
YUV167.18160.63130.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=31.09%
G=28%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711542250.240.3200.12254.3754.274.31
HexAB9AE118200Cfe364a
Octal253232341304001437666112
Binary1010101110011010111000011100010000001100111111101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AE1; }

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

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

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

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

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

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

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

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