#A897CE

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

Shades of Biloba Flower #A897CE

Tints of Biloba Flower #A897CE

Color information

#A897CE (or 0xA897CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and CE. RGB value is (168,151,206). Sum of RGB (Red+Green+Blue) = 168+151+206=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A897CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897CE is #576831. Grayscale: #A2A2A2. Windows color (decimal): -5728306 or 13539240. OLE color: 13539240.

HSL color Cylindrical-coordinate representation of color #A897CE: hue angle of 258.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A897CE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168151206-
CMYK0.180.2700.19
HSL258.55º35.95%70%-
HSV(B)258.55º26.7%80.78%-
XYZ38.3634.9163.11-
YUV162.35152.63132.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=32%
G=28.76%
B=39.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681512060.180.2700.19258.5535.9570
HexA897CE121B0131032446
Octal250227316223302340344106
Binary10101000100101111100111010010110110100111000000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897CE; }

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

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

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

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

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

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

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

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