#A89AC1

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

Shades of Biloba Flower #A89AC1

Tints of Biloba Flower #A89AC1

Color information

#A89AC1 (or 0xA89AC1) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and C1. RGB value is (168,154,193). Sum of RGB (Red+Green+Blue) = 168+154+193=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #A89AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC1 is #57653E. Grayscale: #A2A2A2. Windows color (decimal): -5727551 or 12688040. OLE color: 12688040.

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

Color convert

RGB168154193-
CMYK0.130.2000.24
HSL261.54º23.93%68.04%-
HSV(B)261.54º20.21%75.69%-
XYZ37.3335.2955.3-
YUV162.63145.14131.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=32.62%
G=29.90%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681541930.130.2000.24261.5423.9368.04
HexA89AC1D140181061844
Octal250232301152403040630104
Binary101010001001101011000001110110100011000100000110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AC1; }

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

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

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

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

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

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

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

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