#AB9AC5

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

Shades of Biloba Flower #AB9AC5

Tints of Biloba Flower #AB9AC5

Color information

#AB9AC5 (or 0xAB9AC5) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and C5. RGB value is (171,154,197). Sum of RGB (Red+Green+Blue) = 171+154+197=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB9AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AC5 is #54653A. Grayscale: #A3A3A3. Windows color (decimal): -5530939 or 12950187. OLE color: 12950187.

HSL color Cylindrical-coordinate representation of color #AB9AC5: hue angle of 263.72º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9AC5 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171154197-
CMYK0.130.2200.23
HSL263.72º27.04%68.82%-
HSV(B)263.72º21.83%77.25%-
XYZ38.4335.857.71-
YUV163.98146.63133-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=32.76%
G=29.50%
B=37.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711541970.130.2200.23263.7227.0468.82
HexAB9AC5D160171081b45
Octal253232305152602741033105
Binary101010111001101011000101110110110010111100001000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AC5; }

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

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

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

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

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

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

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

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