#A897C2

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

Shades of Biloba Flower #A897C2

Tints of Biloba Flower #A897C2

Color information

#A897C2 (or 0xA897C2) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and C2. RGB value is (168,151,194). Sum of RGB (Red+Green+Blue) = 168+151+194=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #A897C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897C2 is #57683D. Grayscale: #A0A0A0. Windows color (decimal): -5728318 or 12752808. OLE color: 12752808.

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

Color convert

RGB168151194-
CMYK0.130.2200.24
HSL263.72º26.06%67.65%-
HSV(B)263.72º22.16%76.08%-
XYZ36.9534.3555.72-
YUV160.99146.63133-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=32.75%
G=29.43%
B=37.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681511940.130.2200.24263.7226.0667.65
HexA897C2D160181081a44
Octal250227302152603041032104
Binary101010001001011111000010110110110011000100001000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897C2; }

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

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

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

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

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

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

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

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