#A89CC2

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

Shades of Biloba Flower #A89CC2

Tints of Biloba Flower #A89CC2

Color information

#A89CC2 (or 0xA89CC2) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and C2. RGB value is (168,156,194). Sum of RGB (Red+Green+Blue) = 168+156+194=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #A89CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC2 is #57633D. Grayscale: #A3A3A3. Windows color (decimal): -5727038 or 12754088. OLE color: 12754088.

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

Color convert

RGB168156194-
CMYK0.130.2000.24
HSL258.95º23.75%68.63%-
HSV(B)258.95º19.59%76.08%-
XYZ37.773656-
YUV163.92144.98130.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=32.43%
G=30.12%
B=37.45%

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
Decimal1681561940.130.2000.24258.9523.7568.63
HexA89CC2D140181031845
Octal250234302152403040330105
Binary101010001001110011000010110110100011000100000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CC2; }

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

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

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

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

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

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

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

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