#A89CC1

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

Shades of Biloba Flower #A89CC1

Tints of Biloba Flower #A89CC1

Color information

#A89CC1 (or 0xA89CC1) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and C1. RGB value is (168,156,193). Sum of RGB (Red+Green+Blue) = 168+156+193=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #A89CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC1 is #57633E. Grayscale: #A3A3A3. Windows color (decimal): -5727039 or 12688552. OLE color: 12688552.

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

Color convert

RGB168156193-
CMYK0.130.1900.24
HSL259.46º22.98%68.43%-
HSV(B)259.46º19.17%75.69%-
XYZ37.6635.9555.41-
YUV163.81144.48130.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=32.50%
G=30.17%
B=37.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681561930.130.1900.24259.4622.9868.43
HexA89CC1D130181031744
Octal250234301152303040327104
Binary101010001001110011000001110110011011000100000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CC1; }

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

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

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

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

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

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

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

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