#AB9ECE

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

Shades of Biloba Flower #AB9ECE

Tints of Biloba Flower #AB9ECE

Color information

#AB9ECE (or 0xAB9ECE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and CE. RGB value is (171,158,206). Sum of RGB (Red+Green+Blue) = 171+158+206=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ECE is #546131. Grayscale: #A7A7A7. Windows color (decimal): -5529906 or 13541035. OLE color: 13541035.

HSL color Cylindrical-coordinate representation of color #AB9ECE: hue angle of 256.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9ECE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171158206-
CMYK0.170.2300.19
HSL256.25º32.88%71.37%-
HSV(B)256.25º23.3%80.78%-
XYZ40.1637.5763.53-
YUV167.36149.81130.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=31.96%
G=29.53%
B=38.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711582060.170.2300.19256.2532.8871.37
HexAB9ECE11170131002147
Octal253236316212702340041107
Binary10101011100111101100111010001101110100111000000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ECE; }

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

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

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

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

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

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

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

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