#A897EC

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

Shades of Biloba Flower #A897EC

Tints of Biloba Flower #A897EC

Color information

#A897EC (or 0xA897EC) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and EC. RGB value is (168,151,236). Sum of RGB (Red+Green+Blue) = 168+151+236=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A897EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897EC is #576813. Grayscale: #A5A5A5. Windows color (decimal): -5728276 or 15505320. OLE color: 15505320.

HSL color Cylindrical-coordinate representation of color #A897EC: hue angle of 252º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A897EC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168151236-
CMYK0.290.3600.07
HSL252º69.11%75.88%-
HSV(B)252º36.02%92.55%-
XYZ42.3636.5184.17-
YUV165.77167.63129.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=30.27%
G=27.21%
B=42.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681512360.290.3600.0725269.1175.88
HexA897EC1D2407fc454c
Octal250227354354407374105114
Binary1010100010010111111011001110110010001111111110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897EC; }

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

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

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

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

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

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

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

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