#AB9EC1

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

Shades of Biloba Flower #AB9EC1

Tints of Biloba Flower #AB9EC1

Color information

#AB9EC1 (or 0xAB9EC1) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and C1. RGB value is (171,158,193). Sum of RGB (Red+Green+Blue) = 171+158+193=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB9EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EC1 is #54613E. Grayscale: #A5A5A5. Windows color (decimal): -5529919 or 12689067. OLE color: 12689067.

HSL color Cylindrical-coordinate representation of color #AB9EC1: hue angle of 262.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9EC1 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171158193-
CMYK0.110.1800.24
HSL262.29º22.01%68.82%-
HSV(B)262.29º18.13%75.69%-
XYZ38.6536.9655.55-
YUV165.88143.31131.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=32.76%
G=30.27%
B=36.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711581930.110.1800.24262.2922.0168.82
HexAB9EC1B120181061645
Octal253236301132203040626105
Binary101010111001111011000001101110010011000100000110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EC1; }

 p { color: rgb(171,158,193); }

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

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

 a { background-color: rgb(171,158,193); }

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

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

 span { border-color: rgb(171,158,193); }

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