#AB9AC3

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

Shades of Biloba Flower #AB9AC3

Tints of Biloba Flower #AB9AC3

Color information

#AB9AC3 (or 0xAB9AC3) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and C3. RGB value is (171,154,195). Sum of RGB (Red+Green+Blue) = 171+154+195=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB9AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AC3 is #54653C. Grayscale: #A3A3A3. Windows color (decimal): -5530941 or 12819115. OLE color: 12819115.

HSL color Cylindrical-coordinate representation of color #AB9AC3: hue angle of 264.88º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9AC3 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171154195-
CMYK0.120.2100.24
HSL264.88º25.47%68.43%-
HSV(B)264.88º21.03%76.47%-
XYZ38.235.7156.51-
YUV163.76145.63133.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=32.88%
G=29.62%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711541950.120.2100.24264.8825.4768.43
HexAB9AC3C150181091944
Octal253232303142503041131104
Binary101010111001101011000011110010101011000100001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AC3; }

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

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

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

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

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

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

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

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