#AB9ECC

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

Shades of Biloba Flower #AB9ECC

Tints of Biloba Flower #AB9ECC

Color information

#AB9ECC (or 0xAB9ECC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and CC. RGB value is (171,158,204). Sum of RGB (Red+Green+Blue) = 171+158+204=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ECC is #546133. Grayscale: #A6A6A6. Windows color (decimal): -5529908 or 13409963. OLE color: 13409963.

HSL color Cylindrical-coordinate representation of color #AB9ECC: hue angle of 256.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9ECC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171158204-
CMYK0.160.2300.2
HSL256.96º31.08%70.98%-
HSV(B)256.96º22.55%80%-
XYZ39.9237.4762.26-
YUV167.13148.81130.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=32.08%
G=29.64%
B=38.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711582040.160.2300.2256.9631.0870.98
HexAB9ECC10170141011f47
Octal253236314202702440137107
Binary1010101110011110110011001000010111010100100000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ECC; }

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

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

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

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

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

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

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

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