#A89EC1

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

Shades of Biloba Flower #A89EC1

Tints of Biloba Flower #A89EC1

Color information

#A89EC1 (or 0xA89EC1) is unknown color: approx Biloba Flower. HEX triplet: A8, 9E and C1. RGB value is (168,158,193). Sum of RGB (Red+Green+Blue) = 168+158+193=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #A89EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EC1 is #57613E. Grayscale: #A4A4A4. Windows color (decimal): -5726527 or 12689064. OLE color: 12689064.

HSL color Cylindrical-coordinate representation of color #A89EC1: hue angle of 257.14º 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 #A89EC1 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168158193-
CMYK0.130.1800.24
HSL257.14º22.01%68.82%-
HSV(B)257.14º18.13%75.69%-
XYZ3836.6355.52-
YUV164.98143.81130.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=32.37%
G=30.44%
B=37.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681581930.130.1800.24257.1422.0168.82
HexA89EC1D120181011645
Octal250236301152203040126105
Binary101010001001111011000001110110010011000100000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89EC1; }

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

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

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

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

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

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

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

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